Google Cloud Sql Admin V1 Client - Class IamStatus (1.6.0) Stay organized with collections Save and categorize content based on your preferences.
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 typegoogle.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 notdisplay whether they are active or inactive as that is not applicable tothem.
Generated from protobuf enumIAM_STATUS_UNSPECIFIED = 0;
INACTIVE
Value: 1INACTIVE indicates a group is not available for IAM databaseauthentication.
Generated from protobuf enumINACTIVE = 1;
ACTIVE
Value: 2ACTIVE indicates a group is available for IAM database authentication.
Generated from protobuf enumACTIVE = 2;
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-09 UTC.