DetectorRecipeDetectorRuleCollection¶
-
class
oci.cloud_guard.models.
DetectorRecipeDetectorRuleCollection
(**kwargs)¶ Bases:
object
Collection of summary information for detector rules in a detector recipe.
Methods
__init__
(**kwargs)Initializes a new DetectorRecipeDetectorRuleCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this DetectorRecipeDetectorRuleCollection. locks
Gets the locks of this DetectorRecipeDetectorRuleCollection. -
__init__
(**kwargs)¶ Initializes a new DetectorRecipeDetectorRuleCollection 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.DetectorRecipeDetectorRuleSummary]) – The value to assign to the items property of this DetectorRecipeDetectorRuleCollection.
- locks (list[oci.cloud_guard.models.ResourceLock]) – The value to assign to the locks property of this DetectorRecipeDetectorRuleCollection.
-
items
¶ [Required] Gets the items of this DetectorRecipeDetectorRuleCollection. List of DetectorRecipeDetectorRuleSummary resources
Returns: The items of this DetectorRecipeDetectorRuleCollection. Return type: list[oci.cloud_guard.models.DetectorRecipeDetectorRuleSummary]
-
locks
¶ Gets the locks of this DetectorRecipeDetectorRuleCollection. Locks associated with this resource.
Returns: The locks of this DetectorRecipeDetectorRuleCollection. Return type: list[oci.cloud_guard.models.ResourceLock]
-