SecurityPolicyDeploymentCollection

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

Bases: object

Collection of security policy deployment summary.

Methods

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

Attributes

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

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

[Required] Gets the items of this SecurityPolicyDeploymentCollection. Array of security policy deployment summary.

Returns:The items of this SecurityPolicyDeploymentCollection.
Return type:list[oci.data_safe.models.SecurityPolicyDeploymentSummary]