Show / Hide Table of Contents

Class GetStandardTagTemplateRequest

Inheritance
System.Object
GetStandardTagTemplateRequest
Implements
IOciRequest
Namespace: Oci.IdentityService.Requests
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class GetStandardTagTemplateRequest : object, IOciRequest
Examples

Click here to see an example of how to use GetStandardTagTemplate request.

Properties

CompartmentId

Declaration
public string CompartmentId { get; set; }
Property Value
Type Description
System.String

The OCID of the compartment (remember that the tenancy is simply the root compartment).

Remarks

Required

StandardTagNamespaceName

Declaration
public string StandardTagNamespaceName { get; set; }
Property Value
Type Description
System.String

The name of the standard tag namespace tempate that is requested

Remarks

Required

Implements

IOciRequest
In This Article
Back to top