Reference documentation and code samples for the Google Cloud Confidential Computing V1 Client class TokenType.
Token type enum contains the different types of token responses Confidential Space supports
Protobuf type google.cloud.confidentialcomputing.v1.TokenType
Namespace
Google \ Cloud \ ConfidentialComputing \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TOKEN_TYPE_UNSPECIFIED
Value: 0
Unspecified token type
Generated from protobuf enum TOKEN_TYPE_UNSPECIFIED = 0;
TOKEN_TYPE_OIDC
Value: 1
OpenID Connect (OIDC) token type
Generated from protobuf enum TOKEN_TYPE_OIDC = 1;
TOKEN_TYPE_PKI
Value: 2
Public Key Infrastructure (PKI) token type
Generated from protobuf enum TOKEN_TYPE_PKI = 2;
TOKEN_TYPE_LIMITED_AWS
Value: 3
Limited claim token type for AWS integration
Generated from protobuf enum TOKEN_TYPE_LIMITED_AWS = 3;