Show / Hide Table of Contents

Class MoveCompartmentDetails

Inheritance
object
MoveCompartmentDetails
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 MoveCompartmentDetails

Properties

TargetCompartmentId

Declaration
[Required(ErrorMessage = "TargetCompartmentId is required.")]
[JsonProperty(PropertyName = "targetCompartmentId")]
public string TargetCompartmentId { get; set; }
Property Value
Type Description
string

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

Remarks

Required

In this article
Back to top