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.
HEADER
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"] }
[[["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-08-28 UTC."],[],[],null,["# Identity-Aware Proxy V1 API - Module Google::Cloud::Iap::V1::AttributePropagationSettings::OutputCredentials (v1.4.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.1 (latest)](/ruby/docs/reference/google-cloud-iap-v1/latest/Google-Cloud-Iap-V1-AttributePropagationSettings-OutputCredentials)\n- [1.4.0](/ruby/docs/reference/google-cloud-iap-v1/1.4.0/Google-Cloud-Iap-V1-AttributePropagationSettings-OutputCredentials)\n- [1.3.1](/ruby/docs/reference/google-cloud-iap-v1/1.3.1/Google-Cloud-Iap-V1-AttributePropagationSettings-OutputCredentials)\n- [1.2.0](/ruby/docs/reference/google-cloud-iap-v1/1.2.0/Google-Cloud-Iap-V1-AttributePropagationSettings-OutputCredentials)\n- [1.1.0](/ruby/docs/reference/google-cloud-iap-v1/1.1.0/Google-Cloud-Iap-V1-AttributePropagationSettings-OutputCredentials)\n- [1.0.1](/ruby/docs/reference/google-cloud-iap-v1/1.0.1/Google-Cloud-Iap-V1-AttributePropagationSettings-OutputCredentials)\n- [0.12.0](/ruby/docs/reference/google-cloud-iap-v1/0.12.0/Google-Cloud-Iap-V1-AttributePropagationSettings-OutputCredentials)\n- [0.11.2](/ruby/docs/reference/google-cloud-iap-v1/0.11.2/Google-Cloud-Iap-V1-AttributePropagationSettings-OutputCredentials)\n- [0.10.1](/ruby/docs/reference/google-cloud-iap-v1/0.10.1/Google-Cloud-Iap-V1-AttributePropagationSettings-OutputCredentials)\n- [0.9.0](/ruby/docs/reference/google-cloud-iap-v1/0.9.0/Google-Cloud-Iap-V1-AttributePropagationSettings-OutputCredentials)\n- [0.8.1](/ruby/docs/reference/google-cloud-iap-v1/0.8.1/Google-Cloud-Iap-V1-AttributePropagationSettings-OutputCredentials)\n- [0.7.0](/ruby/docs/reference/google-cloud-iap-v1/0.7.0/Google-Cloud-Iap-V1-AttributePropagationSettings-OutputCredentials)\n- [0.6.0](/ruby/docs/reference/google-cloud-iap-v1/0.6.0/Google-Cloud-Iap-V1-AttributePropagationSettings-OutputCredentials)\n- [0.5.0](/ruby/docs/reference/google-cloud-iap-v1/0.5.0/Google-Cloud-Iap-V1-AttributePropagationSettings-OutputCredentials)\n- [0.4.0](/ruby/docs/reference/google-cloud-iap-v1/0.4.0/Google-Cloud-Iap-V1-AttributePropagationSettings-OutputCredentials)\n- [0.3.0](/ruby/docs/reference/google-cloud-iap-v1/0.3.0/Google-Cloud-Iap-V1-AttributePropagationSettings-OutputCredentials)\n- [0.2.0](/ruby/docs/reference/google-cloud-iap-v1/0.2.0/Google-Cloud-Iap-V1-AttributePropagationSettings-OutputCredentials)\n- [0.1.3](/ruby/docs/reference/google-cloud-iap-v1/0.1.3/Google-Cloud-Iap-V1-AttributePropagationSettings-OutputCredentials) \nReference documentation and code samples for the Identity-Aware Proxy V1 API module Google::Cloud::Iap::V1::AttributePropagationSettings::OutputCredentials.\n\nSupported output credentials for attribute propagation. Each output\ncredential maps to a \"field\" in the response. For example, selecting JWT\nwill propagate all attributes in the IAP JWT, header in the headers, etc.\n\nConstants\n---------\n\n### OUTPUT_CREDENTIALS_UNSPECIFIED\n\n**value:** 0 \nAn output credential is required.\n\n### HEADER\n\n**value:** 1 \nPropagate attributes in the headers with \"x-goog-iap-attr-\" prefix.\n\n### JWT\n\n**value:** 2 \nPropagate attributes in the JWT of the form: `\"additional_claims\": {\n\"my_attribute\": [\"value1\", \"value2\"] }`\n\n### RCTOKEN\n\n**value:** 3 \nPropagate attributes in the RCToken of the form: `\"additional_claims\": {\n\"my_attribute\": [\"value1\", \"value2\"] }`"]]