Google Cloud Sql Admin V1 Client - Class IamStatus (1.8.0)Stay organized with collectionsSave 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 \ User
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
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.
Generated from protobuf enumIAM_STATUS_UNSPECIFIED = 0;
INACTIVE
Value: 1
INACTIVE indicates a group is not available for IAM database
authentication.
Generated from protobuf enumINACTIVE = 1;
ACTIVE
Value: 2
ACTIVE indicates a group is available for IAM database authentication.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-18 UTC."],[],[]]