Reference documentation and code samples for the Google Cloud Confidential Computing V1 Client class TokenProfile.
TokenProfile enumerates the supported token claims profiles.
Protobuf type google.cloud.confidentialcomputing.v1.TokenProfile
Namespace
Google \ Cloud \ ConfidentialComputing \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TOKEN_PROFILE_UNSPECIFIED
Value: 0Unspecified token profile.
Generated from protobuf enum TOKEN_PROFILE_UNSPECIFIED = 0;
TOKEN_PROFILE_DEFAULT_EAT
Value: 1EAT claims.
Generated from protobuf enum TOKEN_PROFILE_DEFAULT_EAT = 1;
TOKEN_PROFILE_AWS
Value: 2AWS Principal Tags claims.
Generated from protobuf enum TOKEN_PROFILE_AWS = 2;