BulkEditResource

class oci.identity.models.BulkEditResource(**kwargs)

Bases: object

BulkEditResource model.

Methods

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

Attributes

id [Required] Gets the id of this BulkEditResource.
metadata Gets the metadata of this BulkEditResource.
resource_type [Required] Gets the resource_type of this BulkEditResource.
__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this BulkEditResource.
  • resource_type (str) – The value to assign to the resource_type property of this BulkEditResource.
  • metadata (dict(str, str)) – The value to assign to the metadata property of this BulkEditResource.
id

[Required] Gets the id of this BulkEditResource. The unique OCID of the resource.

Returns:The id of this BulkEditResource.
Return type:str
metadata

Gets the metadata of this BulkEditResource. Additional information that identifies the resource for bulk editing of tags. This information is provided in the resource’s API documentation.

Returns:The metadata of this BulkEditResource.
Return type:dict(str, str)
resource_type

[Required] Gets the resource_type of this BulkEditResource. The type of resource. See list_bulk_edit_tags_resource_types().

Returns:The resource_type of this BulkEditResource.
Return type:str