Reference documentation and code samples for the Google Cloud Memorystore V1 Client class AuthorizationMode.
Possible authorization modes of the instance.
Protobuf type google.cloud.memorystore.v1.Instance.AuthorizationMode
Namespace
Google \ Cloud \ Memorystore \ V1 \ InstanceMethods
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;