Show / Hide Table of Contents

Class StandardTagNamespaceTemplate

The template of the standard tag namespace. This object includes necessary details to create the provided standard tag namespace.

Inheritance
System.Object
StandardTagNamespaceTemplate
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class StandardTagNamespaceTemplate : 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

TagDefinitionTemplates

Declaration
public System.Collections.Generic.List<StandardTagDefinitionTemplate> TagDefinitionTemplates { get; set; }
Property Value
Type Description
System.Collections.Generic.List<StandardTagDefinitionTemplate>

The template of the tag definition. This object includes necessary details to create the provided standard tag definition.

Remarks

Required

In This Article
Back to top