Class AclRule
A single ACL rule which defines the policy for a user.
Implements
Inherited Members
Namespace: Google.Apis.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class AclRule : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Rule
Required. The rule to be applied to the username. Ex: "on >password123 ~* +@all" The format of the rule is defined by Redis OSS: https://redis.io/docs/latest/operate/oss_and_stack/management/security/acl/
Declaration
[JsonProperty("rule")]
public virtual string Rule { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Username
Required. Specifies the IAM user or service account to be added to the ACL policy. This username will be directly set on the Redis OSS.
Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| string |