AlertPolicyCollection

class oci.data_safe.models.AlertPolicyCollection(**kwargs)

Bases: object

Collection of alert policy summary.

Methods

__init__(**kwargs) Initializes a new AlertPolicyCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this AlertPolicyCollection.
__init__(**kwargs)

Initializes a new AlertPolicyCollection 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.AlertPolicySummary]) – The value to assign to the items property of this AlertPolicyCollection.
items

[Required] Gets the items of this AlertPolicyCollection. Array of alert policy summary

Returns:The items of this AlertPolicyCollection.
Return type:list[oci.data_safe.models.AlertPolicySummary]