proto_docs/google/cloud/confidentialcomputing/v1/service.rb in google-cloud-confidential_computing-v1-0.8.0 vs proto_docs/google/cloud/confidentialcomputing/v1/service.rb in google-cloud-confidential_computing-v1-0.9.0
- old
+ new
@@ -253,9 +253,15 @@
# Unspecified token type
TOKEN_TYPE_UNSPECIFIED = 0
# OpenID Connect (OIDC) token type
TOKEN_TYPE_OIDC = 1
+
+ # Public Key Infrastructure (PKI) token type
+ TOKEN_TYPE_PKI = 2
+
+ # Limited claim token type for AWS integration
+ TOKEN_TYPE_LIMITED_AWS = 3
end
end
end
end
end