Show / Hide Table of Contents

Class ImportStandardTagsDetails

Inheritance
System.Object
ImportStandardTagsDetails
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class ImportStandardTagsDetails : object

Properties

CompartmentId

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

The OCID of the compartment where the bulk create request is submitted and where the tag namespaces will be created.

Remarks

Required

StandardTagNamespaceName

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

The name of standard tag namespace that will be imported in bulk

Remarks

Required

In This Article
Back to top