BulkActionResourceType¶
-
class
oci.identity.models.
BulkActionResourceType
(**kwargs)¶ Bases:
object
BulkActionResourceType model.
Methods
__init__
(**kwargs)Initializes a new BulkActionResourceType object with values from keyword arguments. Attributes
metadata_keys
Gets the metadata_keys of this BulkActionResourceType. name
[Required] Gets the name of this BulkActionResourceType. -
__init__
(**kwargs)¶ Initializes a new BulkActionResourceType object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this BulkActionResourceType.
- metadata_keys (list[str]) – The value to assign to the metadata_keys property of this BulkActionResourceType.
-
metadata_keys
¶ Gets the metadata_keys of this BulkActionResourceType. List of metadata keys required to identify a specific resource. Some resource-types require information besides an OCID to identify a specific resource. For example, the resource-type buckets requires metadataKeys
delete_bucket()
.Returns: The metadata_keys of this BulkActionResourceType. Return type: list[str]
-
name
¶ [Required] Gets the name of this BulkActionResourceType. The unique name of the resource-type.
Returns: The name of this BulkActionResourceType. Return type: str
-