Identity-Aware Proxy V1 API - Module Google::Cloud::Iap::V1::AttributePropagationSettings::OutputCredentials (v1.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Identity-Aware Proxy V1 API module Google::Cloud::Iap::V1::AttributePropagationSettings::OutputCredentials.
Supported output credentials for attribute propagation. Each output
credential maps to a "field" in the response. For example, selecting JWT
will propagate all attributes in the IAP JWT, header in the headers, etc.
Constants
OUTPUT_CREDENTIALS_UNSPECIFIED
value: 0
An output credential is required.
value: 1
Propagate attributes in the headers with "x-goog-iap-attr-" prefix.
JWT
value: 2
Propagate attributes in the JWT of the form: "additional_claims": {
"my_attribute": ["value1", "value2"] }
RCTOKEN
value: 3
Propagate attributes in the RCToken of the form: "additional_claims": {
"my_attribute": ["value1", "value2"] }
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-10 UTC.
[[["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-10-10 UTC."],[],[]]