Specifies that the project and instance details should be
included in the payload of the JWT token returned by the GCE
metadata server.
FullWithLicences
Same as Full. License codes for images associated with the
GCE instance the token is being obtained from will also be included in the
payload of the JWT token returned by the GCE metadata server.
Standard
Specifies that the project and instance details should not be
included in the payload of the JWT token returned by the GCE
metadata server.
[[["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-03-05 UTC."],[[["This page provides documentation for the `OidcTokenFormat` enum, which defines the supported formats for OIDC tokens obtained from the GCE metadata server."],["The `OidcTokenFormat` enum includes three distinct options: `Full`, `FullWithLicences`, and `Standard`, each determining the level of detail included in the JWT token payload."],["The `Full` and `FullWithLicences` formats include project and instance details, with the latter also including license codes for associated GCE instance images."],["The `Standard` format omits project and instance details from the JWT token payload."],["The documentation details different versions of the `Google.Apis.Auth.OAuth2.OidcTokenFormat`, with version 1.69.0 being the latest."]]],[]]