StandardTagNamespaceTemplateSummary¶
-
class
oci.identity.models.
StandardTagNamespaceTemplateSummary
(**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 StandardTagNamespaceTemplateSummary object with values from keyword arguments. Attributes
description
[Required] Gets the description of this StandardTagNamespaceTemplateSummary. standard_tag_namespace_name
[Required] Gets the standard_tag_namespace_name of this StandardTagNamespaceTemplateSummary. status
[Required] Gets the status of this StandardTagNamespaceTemplateSummary. -
__init__
(**kwargs)¶ Initializes a new StandardTagNamespaceTemplateSummary 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 StandardTagNamespaceTemplateSummary.
- standard_tag_namespace_name (str) – The value to assign to the standard_tag_namespace_name property of this StandardTagNamespaceTemplateSummary.
- status (str) – The value to assign to the status property of this StandardTagNamespaceTemplateSummary.
-
description
¶ [Required] Gets the description of this StandardTagNamespaceTemplateSummary. The default description of the tag namespace that users can use to create the tag namespace
Returns: The description of this StandardTagNamespaceTemplateSummary. Return type: str
-
standard_tag_namespace_name
¶ [Required] Gets the standard_tag_namespace_name of this StandardTagNamespaceTemplateSummary. The reserved name of this standard tag namespace
Returns: The standard_tag_namespace_name of this StandardTagNamespaceTemplateSummary. Return type: str
-
status
¶ [Required] Gets the status of this StandardTagNamespaceTemplateSummary. The status of the standard tag namespace
Returns: The status of this StandardTagNamespaceTemplateSummary. Return type: str
-