ImportStandardTagsDetails

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

Bases: object

ImportStandardTagsDetails model.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this ImportStandardTagsDetails.
standard_tag_namespace_name [Required] Gets the standard_tag_namespace_name of this ImportStandardTagsDetails.
__init__(**kwargs)

Initializes a new ImportStandardTagsDetails 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 ImportStandardTagsDetails.
  • standard_tag_namespace_name (str) – The value to assign to the standard_tag_namespace_name property of this ImportStandardTagsDetails.
compartment_id

[Required] Gets the compartment_id of this ImportStandardTagsDetails. The OCID of the compartment where the bulk create request is submitted and where the tag namespaces will be created.

Returns:The compartment_id of this ImportStandardTagsDetails.
Return type:str
standard_tag_namespace_name

[Required] Gets the standard_tag_namespace_name of this ImportStandardTagsDetails. The name of standard tag namespace that will be imported in bulk

Returns:The standard_tag_namespace_name of this ImportStandardTagsDetails.
Return type:str