AlertPolicyRuleCollection¶
- 
class oci.data_safe.models.AlertPolicyRuleCollection(**kwargs)¶
- Bases: - object- Collection of alert policy rules summary. - Methods - __init__(**kwargs)- Initializes a new AlertPolicyRuleCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this AlertPolicyRuleCollection. - 
__init__(**kwargs)¶
- Initializes a new AlertPolicyRuleCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.data_safe.models.AlertPolicyRuleSummary]) – The value to assign to the items property of this AlertPolicyRuleCollection. 
 - 
items¶
- [Required] Gets the items of this AlertPolicyRuleCollection. Array of alert policy rules summary - Returns: - The items of this AlertPolicyRuleCollection. - Return type: - list[oci.data_safe.models.AlertPolicyRuleSummary] 
 
-