BulkDeleteSecurityAttributesDetails

class oci.security_attribute.models.BulkDeleteSecurityAttributesDetails(**kwargs)

Bases: object

Properties for deleting security attributes in bulk.

Methods

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

Attributes

security_attribute_ids [Required] Gets the security_attribute_ids of this BulkDeleteSecurityAttributesDetails.
__init__(**kwargs)

Initializes a new BulkDeleteSecurityAttributesDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:security_attribute_ids (list[str]) – The value to assign to the security_attribute_ids property of this BulkDeleteSecurityAttributesDetails.
security_attribute_ids

[Required] Gets the security_attribute_ids of this BulkDeleteSecurityAttributesDetails. The OCIDs of the security attributes to delete.

Returns:The security_attribute_ids of this BulkDeleteSecurityAttributesDetails.
Return type:list[str]