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: - compartment_id (str) – The value to assign to the compartment_id property of this BulkEditSecurityAttributeDetails.
- resources (list[oci.security_attribute.models.BulkEditResource]) – The value to assign to the resources property of this BulkEditSecurityAttributeDetails.
- bulk_edit_operations (list[oci.security_attribute.models.BulkEditSecurityAttributeOperationDetails]) – The value to assign to the bulk_edit_operations property of this BulkEditSecurityAttributeDetails.
-
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]
-