public enum User.SqlUserType extends Enum<User.SqlUserType> implements ProtocolMessageEnumThe user type.
Protobuf enum google.cloud.sql.v1.User.SqlUserType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
BUILT_IN |
The database's built-in user type. |
BUILT_IN_VALUE |
The database's built-in user type. |
CLOUD_IAM_GROUP |
Cloud IAM group. Not used for login. |
CLOUD_IAM_GROUP_SERVICE_ACCOUNT |
Read-only. Login for a service account that belongs to the Cloud IAM group. |
CLOUD_IAM_GROUP_SERVICE_ACCOUNT_VALUE |
Read-only. Login for a service account that belongs to the Cloud IAM group. |
CLOUD_IAM_GROUP_USER |
Read-only. Login for a user that belongs to the Cloud IAM group. |
CLOUD_IAM_GROUP_USER_VALUE |
Read-only. Login for a user that belongs to the Cloud IAM group. |
CLOUD_IAM_GROUP_VALUE |
Cloud IAM group. Not used for login. |
CLOUD_IAM_SERVICE_ACCOUNT |
Cloud IAM service account. |
CLOUD_IAM_SERVICE_ACCOUNT_VALUE |
Cloud IAM service account. |
CLOUD_IAM_USER |
Cloud IAM user. |
CLOUD_IAM_USER_VALUE |
Cloud IAM user. |
CLOUD_IAM_WORKFORCE_IDENTITY |
Cloud IAM workforce identity user managed via workforce identity federation. |
CLOUD_IAM_WORKFORCE_IDENTITY_VALUE |
Cloud IAM workforce identity user managed via workforce identity federation. |
ENTRAID_USER |
Microsoft Entra ID user. |
ENTRAID_USER_VALUE |
Microsoft Entra ID user. |
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() |
|