Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60d87fa

Browse files
feat: [google-cloud-confidentialcomputing] Add additional TokenType options (TOKEN_TYPE_PKI and TOKEN_TYPE_LIMITED_AWS) (#12515)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 619305466 Source-Link: googleapis/googleapis@9b6f3aa Source-Link: googleapis/googleapis-gen@56d70bd Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbmZpZGVudGlhbGNvbXB1dGluZy8uT3dsQm90LnlhbWwiLCJoIjoiNTZkNzBiZDdmOTFlNzc4MGZhNTE0ZjRkZjgzM2ZjMWFiM2VhOTE2YSJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 763c119 commit 60d87fa

File tree

1 file changed

+6
-0
lines changed
  • packages/google-cloud-confidentialcomputing/google/cloud/confidentialcomputing_v1/types

1 file changed

+6
-0
lines changed

packages/google-cloud-confidentialcomputing/google/cloud/confidentialcomputing_v1/types/service.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,15 @@ class TokenType(proto.Enum):
7070
Unspecified token type
7171
TOKEN_TYPE_OIDC (1):
7272
OpenID Connect (OIDC) token type
73+
TOKEN_TYPE_PKI (2):
74+
Public Key Infrastructure (PKI) token type
75+
TOKEN_TYPE_LIMITED_AWS (3):
76+
Limited claim token type for AWS integration
7377
"""
7478
TOKEN_TYPE_UNSPECIFIED = 0
7579
TOKEN_TYPE_OIDC = 1
80+
TOKEN_TYPE_PKI = 2
81+
TOKEN_TYPE_LIMITED_AWS = 3
7682

7783

7884
class Challenge(proto.Message):

0 commit comments

Comments
 (0)