Enum User.IamStatus (0.1.0)

public enum User.IamStatus extends Enum<User.IamStatus> implements ProtocolMessageEnum

Indicates if a group is available for IAM database authentication.

Protobuf enum google.cloud.sql.v1beta4.User.IamStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

ACTIVE indicates a group is available for IAM database authentication.

ACTIVE = 2;

ACTIVE_VALUE

ACTIVE indicates a group is available for IAM database authentication.

ACTIVE = 2;

IAM_STATUS_UNSPECIFIED

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.

IAM_STATUS_UNSPECIFIED = 0;

IAM_STATUS_UNSPECIFIED_VALUE

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.

IAM_STATUS_UNSPECIFIED = 0;

INACTIVE

INACTIVE indicates a group is not available for IAM database authentication.

INACTIVE = 1;

INACTIVE_VALUE

INACTIVE indicates a group is not available for IAM database authentication.

INACTIVE = 1;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()