BulkEditSecurityAttributeDetails

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

Bases: object

BulkEditSecurityAttributeDetails model.

Methods

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

Attributes

bulk_edit_operations [Required] Gets the bulk_edit_operations of this BulkEditSecurityAttributeDetails.
compartment_id [Required] Gets the compartment_id of this BulkEditSecurityAttributeDetails.
resources [Required] Gets the resources of this BulkEditSecurityAttributeDetails.
__init__(**kwargs)

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

Parameters:
bulk_edit_operations

[Required] Gets the bulk_edit_operations of this BulkEditSecurityAttributeDetails. The operations associated with the request to bulk edit tags.

Returns:The bulk_edit_operations of this BulkEditSecurityAttributeDetails.
Return type:list[oci.security_attribute.models.BulkEditSecurityAttributeOperationDetails]
compartment_id

[Required] Gets the compartment_id of this BulkEditSecurityAttributeDetails. The OCID of the compartment where the bulk edit request is submitted.

Returns:The compartment_id of this BulkEditSecurityAttributeDetails.
Return type:str
resources

[Required] Gets the resources of this BulkEditSecurityAttributeDetails. The resources to be updated.

Returns:The resources of this BulkEditSecurityAttributeDetails.
Return type:list[oci.security_attribute.models.BulkEditResource]