BulkEditTagsResourceType¶
-
class
oci.identity.models.
BulkEditTagsResourceType
(**kwargs)¶ Bases:
object
BulkEditTagsResourceType model.
Methods
__init__
(**kwargs)Initializes a new BulkEditTagsResourceType object with values from keyword arguments. Attributes
metadata_keys
Gets the metadata_keys of this BulkEditTagsResourceType. resource_type
[Required] Gets the resource_type of this BulkEditTagsResourceType. -
__init__
(**kwargs)¶ Initializes a new BulkEditTagsResourceType object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - resource_type (str) – The value to assign to the resource_type property of this BulkEditTagsResourceType.
- metadata_keys (list[str]) – The value to assign to the metadata_keys property of this BulkEditTagsResourceType.
-
metadata_keys
¶ Gets the metadata_keys of this BulkEditTagsResourceType. The metadata keys required to identify the resource.
For example, for a bucket, the value of metadataKeys will be “namespaceName”, “bucketName”]. This information will match the API documentation. See [UpdateBucket and DeleteBucket.
Returns: The metadata_keys of this BulkEditTagsResourceType. Return type: list[str]
-
resource_type
¶ [Required] Gets the resource_type of this BulkEditTagsResourceType. The unique name of the resource type.
Returns: The resource_type of this BulkEditTagsResourceType. Return type: str
-