Show / Hide Table of Contents

Class AttachedOciCacheUser

OciCacheUser attached to the OciCacheCluster.

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

Properties

OciCacheUserId

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

OCID of the OciCacheUser

Remarks

Required

In this article
Back to top