Show / Hide Table of Contents

Class TargetDetectorRecipeDetectorRuleCollection

Collection of summary information for target detector recipe detector rules.

Inheritance
object
TargetDetectorRecipeDetectorRuleCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class TargetDetectorRecipeDetectorRuleCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<TargetDetectorRecipeDetectorRuleSummary> Items { get; set; }
Property Value
Type Description
List<TargetDetectorRecipeDetectorRuleSummary>

List of TargetDetectorRecipeDetectorRuleSummary resources

Remarks

Required

Locks

Declaration
[JsonProperty(PropertyName = "locks")]
public List<ResourceLock> Locks { get; set; }
Property Value
Type Description
List<ResourceLock>

Locks associated with this resource.

In this article
Back to top