Module: Google::Cloud::ConfidentialComputing::V1::TokenType

Defined in:
proto_docs/google/cloud/confidentialcomputing/v1/service.rb

Overview

Token type enum contains the different types of token responses Confidential Space supports

Constant Summary collapse

TOKEN_TYPE_UNSPECIFIED =

Unspecified token type

0
TOKEN_TYPE_OIDC =

OpenID Connect (OIDC) token type

1
TOKEN_TYPE_PKI =

Public Key Infrastructure (PKI) token type

2
TOKEN_TYPE_LIMITED_AWS =

Limited claim token type for AWS integration

3
TOKEN_TYPE_AWS_PRINCIPALTAGS =

Principal-tag-based token for AWS integration

4