DetectorRuleCollection¶
-
class
oci.cloud_guard.models.
DetectorRuleCollection
(**kwargs)¶ Bases:
object
Summary information for the collection of detector rules.
Methods
__init__
(**kwargs)Initializes a new DetectorRuleCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this DetectorRuleCollection. -
__init__
(**kwargs)¶ Initializes a new DetectorRuleCollection 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.DetectorRuleSummary]) – The value to assign to the items property of this DetectorRuleCollection.
-
items
¶ [Required] Gets the items of this DetectorRuleCollection. List of DetectorRuleSummary resources
Returns: The items of this DetectorRuleCollection. Return type: list[oci.cloud_guard.models.DetectorRuleSummary]
-