Reference documentation and code samples for the Cloud SQL Admin V1 API module Google::Cloud::Sql::V1::User::IamStatus.
Indicates if a group is available for IAM database authentication.
Constants
IAM_STATUS_UNSPECIFIED
value: 0
The 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.
INACTIVE
value: 1
INACTIVE indicates a group is not available for IAM database
authentication.
ACTIVE
value: 2
ACTIVE indicates a group is available for IAM database authentication.