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."],[[["The document outlines different versions of the `OidcTokenFormat`, with version 1.69.0 being the latest."],["`OidcTokenFormat` is an enumeration that defines the structure of OpenID Connect (OIDC) tokens obtained from the Google Compute Engine (GCE) metadata server."],["There are three distinct `OidcTokenFormat` fields: `Full`, `FullWithLicences`, and `Standard`, each determining the inclusion of project and instance details in the token payload."],["`Full` includes project and instance details in the JWT token, while `FullWithLicences` also adds license codes related to the GCE instance."],["`Standard` excludes any details about the project and instance from the payload of the JWT token."]]],[]]