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: 0Not set.
Generated from protobuf enum AUTHORIZATION_MODE_UNSPECIFIED = 0;
AUTH_DISABLED
Value: 1Authorization disabled.
Generated from protobuf enum AUTH_DISABLED = 1;
IAM_AUTH
Value: 2IAM basic authorization.
Generated from protobuf enum IAM_AUTH = 2;