public enum TokenProfile extends Enum<TokenProfile> implements ProtocolMessageEnum
TokenProfile enumerates the supported token claims profiles.
Protobuf enum google.cloud.confidentialcomputing.v1.TokenProfile
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
TOKEN_PROFILE_AWS |
AWS Principal Tags claims. |
TOKEN_PROFILE_AWS_VALUE |
AWS Principal Tags claims. |
TOKEN_PROFILE_DEFAULT_EAT |
EAT claims. |
TOKEN_PROFILE_DEFAULT_EAT_VALUE |
EAT claims. |
TOKEN_PROFILE_UNSPECIFIED |
Unspecified token profile. |
TOKEN_PROFILE_UNSPECIFIED_VALUE |
Unspecified token profile. |
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() |