public enum User.AccountType extends Enum<User.AccountType> implements ProtocolMessageEnumUser Account Type.
Protobuf enum google.backstory.User.AccountType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACCOUNT_TYPE_UNSPECIFIED |
Default user account type. |
ACCOUNT_TYPE_UNSPECIFIED_VALUE |
Default user account type. |
CLOUD_ACCOUNT_TYPE |
A SaaS service account type (such as Slack or GitHub). |
CLOUD_ACCOUNT_TYPE_VALUE |
A SaaS service account type (such as Slack or GitHub). |
DEFAULT_ACCOUNT_TYPE |
A system built in default account. |
DEFAULT_ACCOUNT_TYPE_VALUE |
A system built in default account. |
DOMAIN_ACCOUNT_TYPE |
A human account part of some domain in directory services. |
DOMAIN_ACCOUNT_TYPE_VALUE |
A human account part of some domain in directory services. |
LOCAL_ACCOUNT_TYPE |
A local machine account. |
LOCAL_ACCOUNT_TYPE_VALUE |
A local machine account. |
SERVICE_ACCOUNT_TYPE |
A non-human account for data access. |
SERVICE_ACCOUNT_TYPE_VALUE |
A non-human account for data access. |
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() |
|