Class StandardTagNamespaceTemplateSummary
The template of the standard tag namespace. This object includes necessary details to create the provided standard tag namespace.
Inheritance
System.Object
StandardTagNamespaceTemplateSummary
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class StandardTagNamespaceTemplateSummary : object
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default description of the tag namespace that users can use to create the tag namespace |
Remarks
Required
StandardTagNamespaceName
Declaration
public string StandardTagNamespaceName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The reserved name of this standard tag namespace |
Remarks
Required
Status
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The status of the standard tag namespace |
Remarks
Required