StandardTagNamespaceTemplate¶
-
class
oci.identity.models.
StandardTagNamespaceTemplate
(**kwargs)¶ Bases:
object
The template of the standard tag namespace. This object includes necessary details to create the provided standard tag namespace.
Methods
__init__
(**kwargs)Initializes a new StandardTagNamespaceTemplate object with values from keyword arguments. Attributes
description
[Required] Gets the description of this StandardTagNamespaceTemplate. standard_tag_namespace_name
[Required] Gets the standard_tag_namespace_name of this StandardTagNamespaceTemplate. status
[Required] Gets the status of this StandardTagNamespaceTemplate. tag_definition_templates
[Required] Gets the tag_definition_templates of this StandardTagNamespaceTemplate. -
__init__
(**kwargs)¶ Initializes a new StandardTagNamespaceTemplate object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - description (str) – The value to assign to the description property of this StandardTagNamespaceTemplate.
- standard_tag_namespace_name (str) – The value to assign to the standard_tag_namespace_name property of this StandardTagNamespaceTemplate.
- tag_definition_templates (list[oci.identity.models.StandardTagDefinitionTemplate]) – The value to assign to the tag_definition_templates property of this StandardTagNamespaceTemplate.
- status (str) – The value to assign to the status property of this StandardTagNamespaceTemplate.
-
description
¶ [Required] Gets the description of this StandardTagNamespaceTemplate. The default description of the tag namespace that users can use to create the tag namespace
Returns: The description of this StandardTagNamespaceTemplate. Return type: str
-
standard_tag_namespace_name
¶ [Required] Gets the standard_tag_namespace_name of this StandardTagNamespaceTemplate. The reserved name of this standard tag namespace
Returns: The standard_tag_namespace_name of this StandardTagNamespaceTemplate. Return type: str
-
status
¶ [Required] Gets the status of this StandardTagNamespaceTemplate. The status of the standard tag namespace
Returns: The status of this StandardTagNamespaceTemplate. Return type: str
-
tag_definition_templates
¶ [Required] Gets the tag_definition_templates of this StandardTagNamespaceTemplate. The template of the tag definition. This object includes necessary details to create the provided standard tag definition.
Returns: The tag_definition_templates of this StandardTagNamespaceTemplate. Return type: list[oci.identity.models.StandardTagDefinitionTemplate]
-