Show / Hide Table of Contents

Class MoveCompartmentDetails

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

Properties

TargetCompartmentId

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

The OCID of the destination compartment into which to move the compartment.

Remarks

Required

In This Article
Back to top