TargetDetectorRecipeDetectorRuleCollection¶
-
class
oci.cloud_guard.models.
TargetDetectorRecipeDetectorRuleCollection
(**kwargs)¶ Bases:
object
Summary of the DetectorRule within Target.
Methods
__init__
(**kwargs)Initializes a new TargetDetectorRecipeDetectorRuleCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items 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.
-
items
¶ [Required] Gets the items of this TargetDetectorRecipeDetectorRuleCollection. List of TargetDetectorRecipeDetectorRuleSummary
Returns: The items of this TargetDetectorRecipeDetectorRuleCollection. Return type: list[oci.cloud_guard.models.TargetDetectorRecipeDetectorRuleSummary]
-