Class StandardTagNamespaceTemplateSummary
The template of the standard tag namespace. This object includes necessary details to create the provided standard tag namespace.
Inherited Members
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class StandardTagNamespaceTemplateSummaryProperties
Description
Declaration
[Required(ErrorMessage = "Description is required.")]
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The default description of the tag namespace that users can use to create the tag namespace | 
Remarks
Required
StandardTagNamespaceName
Declaration
[Required(ErrorMessage = "StandardTagNamespaceName is required.")]
[JsonProperty(PropertyName = "standardTagNamespaceName")]
public string StandardTagNamespaceName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The reserved name of this standard tag namespace | 
Remarks
Required
Status
Declaration
[Required(ErrorMessage = "Status is required.")]
[JsonProperty(PropertyName = "status")]
public string Status { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The status of the standard tag namespace | 
Remarks
Required