Google Cloud Memorystore V1beta Client - Class AuthorizationMode (0.1.0)

Reference documentation and code samples for the Google Cloud Memorystore V1beta Client class AuthorizationMode.

Possible authorization modes of the instance.

Protobuf type google.cloud.memorystore.v1beta.Instance.AuthorizationMode

Namespace

Google \ Cloud \ Memorystore \ V1beta \ Instance

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

AUTHORIZATION_MODE_UNSPECIFIED

Value: 0

Not set.

Generated from protobuf enum AUTHORIZATION_MODE_UNSPECIFIED = 0;

AUTH_DISABLED

Value: 1

Authorization disabled.

Generated from protobuf enum AUTH_DISABLED = 1;

IAM_AUTH

Value: 2

IAM basic authorization.

Generated from protobuf enum IAM_AUTH = 2;