Class ChangeDomainCompartmentDetails
Inheritance
System.Object
ChangeDomainCompartmentDetails
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class ChangeDomainCompartmentDetails : object
Properties
CompartmentId
Declaration
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OCID of the destination compartment into which to move the identity domain. |
Remarks
Required