Class ChangeOciCacheUserCompartmentDetails
The configuration details for the move operation.
Inherited Members
Namespace: Oci.RedisService.Models
Assembly: OCI.DotNetSDK.Redis.dll
Syntax
public class ChangeOciCacheUserCompartmentDetailsProperties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | OCID of the compartment into which the OCI cache user will be moved. | 
Remarks
Required