Google Cloud Confidential Computing V1 Client - Class TokenType (1.4.1)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ V1
Methods
static::name
static::value
Constants
TOKEN_TYPE_UNSPECIFIED
Unspecified token type
Generated from protobuf enum TOKEN_TYPE_UNSPECIFIED = 0;
TOKEN_TYPE_OIDC
OpenID Connect (OIDC) token type
Generated from protobuf enum TOKEN_TYPE_OIDC = 1;
TOKEN_TYPE_PKI
Public Key Infrastructure (PKI) token type
Generated from protobuf enum TOKEN_TYPE_PKI = 2;
TOKEN_TYPE_LIMITED_AWS
Limited claim token type for AWS integration
Generated from protobuf enum TOKEN_TYPE_LIMITED_AWS = 3;
Principal-tag-based token for AWS integration
Generated from protobuf enum TOKEN_TYPE_AWS_PRINCIPALTAGS = 4;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Confidential Computing V1 Client - Class TokenType (1.4.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.1 (latest)](/php/docs/reference/cloud-confidentialcomputing/latest/V1.TokenType)\n- [1.4.0](/php/docs/reference/cloud-confidentialcomputing/1.4.0/V1.TokenType)\n- [1.3.0](/php/docs/reference/cloud-confidentialcomputing/1.3.0/V1.TokenType)\n- [1.2.2](/php/docs/reference/cloud-confidentialcomputing/1.2.2/V1.TokenType)\n- [1.1.1](/php/docs/reference/cloud-confidentialcomputing/1.1.1/V1.TokenType)\n- [1.0.0](/php/docs/reference/cloud-confidentialcomputing/1.0.0/V1.TokenType)\n- [0.8.3](/php/docs/reference/cloud-confidentialcomputing/0.8.3/V1.TokenType)\n- [0.7.0](/php/docs/reference/cloud-confidentialcomputing/0.7.0/V1.TokenType)\n- [0.6.0](/php/docs/reference/cloud-confidentialcomputing/0.6.0/V1.TokenType)\n- [0.5.1](/php/docs/reference/cloud-confidentialcomputing/0.5.1/V1.TokenType)\n- [0.4.0](/php/docs/reference/cloud-confidentialcomputing/0.4.0/V1.TokenType)\n- [0.3.0](/php/docs/reference/cloud-confidentialcomputing/0.3.0/V1.TokenType)\n- [0.2.2](/php/docs/reference/cloud-confidentialcomputing/0.2.2/V1.TokenType)\n- [0.1.1](/php/docs/reference/cloud-confidentialcomputing/0.1.1/V1.TokenType) \nReference documentation and code samples for the Google Cloud Confidential Computing V1 Client class TokenType.\n\nToken type enum contains the different types of token responses Confidential\nSpace supports\n\nProtobuf type `google.cloud.confidentialcomputing.v1.TokenType`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ ConfidentialComputing \\\\ V1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### TOKEN_TYPE_UNSPECIFIED\n\n Value: 0\n\nUnspecified token type\n\nGenerated from protobuf enum `TOKEN_TYPE_UNSPECIFIED = 0;`\n\n### TOKEN_TYPE_OIDC\n\n Value: 1\n\nOpenID Connect (OIDC) token type\n\nGenerated from protobuf enum `TOKEN_TYPE_OIDC = 1;`\n\n### TOKEN_TYPE_PKI\n\n Value: 2\n\nPublic Key Infrastructure (PKI) token type\n\nGenerated from protobuf enum `TOKEN_TYPE_PKI = 2;`\n\n### TOKEN_TYPE_LIMITED_AWS\n\n Value: 3\n\nLimited claim token type for AWS integration\n\nGenerated from protobuf enum `TOKEN_TYPE_LIMITED_AWS = 3;`\n\n### TOKEN_TYPE_AWS_PRINCIPALTAGS\n\n Value: 4\n\nPrincipal-tag-based token for AWS integration\n\nGenerated from protobuf enum `TOKEN_TYPE_AWS_PRINCIPALTAGS = 4;`"]]