Show / Hide Table of Contents

Class DetachOciCacheUsersDetails

OCI cache user details to be detached with a cluster.

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

Properties

OciCacheUsers

Declaration
[Required(ErrorMessage = "OciCacheUsers is required.")]
[JsonProperty(PropertyName = "ociCacheUsers")]
public List<string> OciCacheUsers { get; set; }
Property Value
Type Description
List<string>

List of OCI cache user unique IDs (OCIDs).

Remarks

Required

In this article
Back to top