Google Cloud Redis Cluster V1 Client - Class AuthorizationMode (0.2.4)

Reference documentation and code samples for the Google Cloud Redis Cluster V1 Client class AuthorizationMode.

Available authorization mode of a Redis cluster.

Protobuf type google.cloud.redis.cluster.v1.AuthorizationMode

Namespace

Google \ Cloud \ Redis \ Cluster \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

AUTH_MODE_UNSPECIFIED

Value: 0

Not set.

Generated from protobuf enum AUTH_MODE_UNSPECIFIED = 0;

AUTH_MODE_IAM_AUTH

Value: 1

IAM basic authorization mode

Generated from protobuf enum AUTH_MODE_IAM_AUTH = 1;

AUTH_MODE_DISABLED

Value: 2

Authorization disabled mode

Generated from protobuf enum AUTH_MODE_DISABLED = 2;