BulkEditTagsDetails¶
-
class
oci.identity.models.
BulkEditTagsDetails
(**kwargs)¶ Bases:
object
BulkEditTagsDetails model.
Methods
__init__
(**kwargs)Initializes a new BulkEditTagsDetails object with values from keyword arguments. Attributes
bulk_edit_operations
[Required] Gets the bulk_edit_operations of this BulkEditTagsDetails. compartment_id
[Required] Gets the compartment_id of this BulkEditTagsDetails. resources
[Required] Gets the resources of this BulkEditTagsDetails. -
__init__
(**kwargs)¶ Initializes a new BulkEditTagsDetails 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 BulkEditTagsDetails.
- resources (list[oci.identity.models.BulkEditResource]) – The value to assign to the resources property of this BulkEditTagsDetails.
- bulk_edit_operations (list[oci.identity.models.BulkEditOperationDetails]) – The value to assign to the bulk_edit_operations property of this BulkEditTagsDetails.
-
bulk_edit_operations
¶ [Required] Gets the bulk_edit_operations of this BulkEditTagsDetails. The operations associated with the request to bulk edit tags.
Returns: The bulk_edit_operations of this BulkEditTagsDetails. Return type: list[oci.identity.models.BulkEditOperationDetails]
-
compartment_id
¶ [Required] Gets the compartment_id of this BulkEditTagsDetails. The OCID of the compartment where the bulk tag edit request is submitted.
Returns: The compartment_id of this BulkEditTagsDetails. Return type: str
-
resources
¶ [Required] Gets the resources of this BulkEditTagsDetails. The resources to be updated.
Returns: The resources of this BulkEditTagsDetails. Return type: list[oci.identity.models.BulkEditResource]
-