TargetDetectorRecipeDetectorRuleCollection¶
-
class
oci.cloud_guard.models.
TargetDetectorRecipeDetectorRuleCollection
(**kwargs)¶ Bases:
object
Collection of summary information for target detector recipe detector rules.
Methods
__init__
(**kwargs)Initializes a new TargetDetectorRecipeDetectorRuleCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this TargetDetectorRecipeDetectorRuleCollection. locks
Gets the locks of this TargetDetectorRecipeDetectorRuleCollection. -
__init__
(**kwargs)¶ Initializes a new TargetDetectorRecipeDetectorRuleCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - items (list[oci.cloud_guard.models.TargetDetectorRecipeDetectorRuleSummary]) – The value to assign to the items property of this TargetDetectorRecipeDetectorRuleCollection.
- locks (list[oci.cloud_guard.models.ResourceLock]) – The value to assign to the locks property of this TargetDetectorRecipeDetectorRuleCollection.
-
items
¶ [Required] Gets the items of this TargetDetectorRecipeDetectorRuleCollection. List of TargetDetectorRecipeDetectorRuleSummary resources
Returns: The items of this TargetDetectorRecipeDetectorRuleCollection. Return type: list[oci.cloud_guard.models.TargetDetectorRecipeDetectorRuleSummary]
-
locks
¶ Gets the locks of this TargetDetectorRecipeDetectorRuleCollection. Locks associated with this resource.
Returns: The locks of this TargetDetectorRecipeDetectorRuleCollection. Return type: list[oci.cloud_guard.models.ResourceLock]
-