TargetAlertPolicyUnassociatedCollection¶
-
class
oci.data_safe.models.TargetAlertPolicyUnassociatedCollection(**kwargs)¶ Bases:
objectCollection of unassociated target alert policy association summary.
Methods
__init__(**kwargs)Initializes a new TargetAlertPolicyUnassociatedCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this TargetAlertPolicyUnassociatedCollection. -
__init__(**kwargs)¶ Initializes a new TargetAlertPolicyUnassociatedCollection 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.TargetAlertPolicyUnassociatedSummary]) – The value to assign to the items property of this TargetAlertPolicyUnassociatedCollection.
-
items¶ [Required] Gets the items of this TargetAlertPolicyUnassociatedCollection. Array of unassociated target alert policy association summary.
Returns: The items of this TargetAlertPolicyUnassociatedCollection. Return type: list[oci.data_safe.models.TargetAlertPolicyUnassociatedSummary]
-