Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class IamStatus.
Indicates if a group is available for IAM database authentication.
Protobuf type google.cloud.sql.v1.User.IamStatus
Namespace
Google \ Cloud \ Sql \ V1 \ UserMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
IAM_STATUS_UNSPECIFIED
Value: 0The default value for users that are not of type CLOUD_IAM_GROUP.
Only CLOUD_IAM_GROUP users will be inactive or active. Users with an IamStatus of IAM_STATUS_UNSPECIFIED will not display whether they are active or inactive as that is not applicable to them.
Generated from protobuf enum IAM_STATUS_UNSPECIFIED = 0;
INACTIVE
Value: 1INACTIVE indicates a group is not available for IAM database authentication.
Generated from protobuf enum INACTIVE = 1;
ACTIVE
Value: 2ACTIVE indicates a group is available for IAM database authentication.
Generated from protobuf enum ACTIVE = 2;