Class UpdateOciCacheUserDetails
Details required to update an existing OCI cache user.
Inherited Members
Namespace: Oci.RedisService.Models
Assembly: OCI.DotNetSDK.Redis.dll
Syntax
public class UpdateOciCacheUserDetails
Properties
AclString
Declaration
[JsonProperty(PropertyName = "aclString")]
public string AclString { get; set; }
Property Value
Type | Description |
---|---|
string | ACL string of OCI cache user. |
AuthenticationMode
Declaration
[JsonProperty(PropertyName = "authenticationMode")]
public AuthenticationMode AuthenticationMode { get; set; }
Property Value
Type | Description |
---|---|
AuthenticationMode |
DefinedTags
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Dictionary<string, object>> | Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace": {"bar-key": "value"}} |
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | Description of OCI cache user. |
FreeformTags
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"} |
Status
Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(StringEnumConverter))]
public OciCacheUser.StatusEnum? Status { get; set; }
Property Value
Type | Description |
---|---|
OciCacheUser.StatusEnum? | OCI cache user status. ON enables and OFF disables the OCI cache user to login to the associated clusters. |