Show / Hide Table of Contents

Class ImportStandardTagsDetails

Inheritance
object
ImportStandardTagsDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class ImportStandardTagsDetails

Properties

CompartmentId

Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
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
[Required(ErrorMessage = "StandardTagNamespaceName is required.")]
[JsonProperty(PropertyName = "standardTagNamespaceName")]
public string StandardTagNamespaceName { get; set; }
Property Value
Type Description
string

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

Remarks

Required

In this article
Back to top