public enum User.IamStatus extends Enum<User.IamStatus> implements ProtocolMessageEnumIndicates if a group is available for IAM database authentication.
Protobuf enum google.cloud.sql.v1.User.IamStatus
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTIVE |
ACTIVE indicates a group is available for IAM database authentication. |
ACTIVE_VALUE |
ACTIVE indicates a group is available for IAM database authentication. |
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_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. |
INACTIVE |
INACTIVE indicates a group is not available for IAM database authentication. |
INACTIVE_VALUE |
INACTIVE indicates a group is not available for IAM database authentication. |
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() |
|