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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The content describes the `OidcTokenFormat` enum, which dictates the format of OIDC tokens from the GCE metadata server."],["There are three available formats: `Full`, `FullWithLicences`, and `Standard`, each determining whether project and instance details are included in the JWT payload."],["The latest documented version is 1.69.0, while version 1.68.0 is the primary focus of this particular content, and there are links to versions 1.60.0, 1.59.0, 1.55.0, and 1.50.0."],["The `Full` format includes project and instance details, `FullWithLicences` includes those details plus license codes, and `Standard` omits those details."],["An extension method, `Utilities.ThrowIfNull\u003cOidcTokenFormat\u003e(OidcTokenFormat, string)`, is available for this enum type."]]],[]]