Reference documentation and code samples for the Google Cloud Iap V1 Client class 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.
Protobuf type google.cloud.iap.v1.AttributePropagationSettings.OutputCredentials
Namespace
Google \ Cloud \ Iap \ V1 \ AttributePropagationSettings
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
OUTPUT_CREDENTIALS_UNSPECIFIED
Value: 0
An output credential is required.
Generated from protobuf enum OUTPUT_CREDENTIALS_UNSPECIFIED = 0;
HEADER
Value: 1
Propagate attributes in the headers with "x-goog-iap-attr-" prefix.
Generated from protobuf enum HEADER = 1;
JWT
Value: 2
Propagate attributes in the JWT of the form: "additional_claims": {
"my_attribute": ["value1", "value2"] }
Generated from protobuf enum JWT = 2;
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-09-04 UTC."],[],[],null,["# Google Cloud Iap V1 Client - Class OutputCredentials (2.1.2)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.2 (latest)](/php/docs/reference/cloud-iap/latest/V1.AttributePropagationSettings.OutputCredentials)\n- [2.1.1](/php/docs/reference/cloud-iap/2.1.1/V1.AttributePropagationSettings.OutputCredentials)\n- [2.0.3](/php/docs/reference/cloud-iap/2.0.3/V1.AttributePropagationSettings.OutputCredentials)\n- [1.4.5](/php/docs/reference/cloud-iap/1.4.5/V1.AttributePropagationSettings.OutputCredentials)\n- [1.3.4](/php/docs/reference/cloud-iap/1.3.4/V1.AttributePropagationSettings.OutputCredentials)\n- [1.2.3](/php/docs/reference/cloud-iap/1.2.3/V1.AttributePropagationSettings.OutputCredentials)\n- [1.1.1](/php/docs/reference/cloud-iap/1.1.1/V1.AttributePropagationSettings.OutputCredentials)\n- [1.0.1](/php/docs/reference/cloud-iap/1.0.1/V1.AttributePropagationSettings.OutputCredentials) \nReference documentation and code samples for the Google Cloud Iap V1 Client class 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\nProtobuf type `google.cloud.iap.v1.AttributePropagationSettings.OutputCredentials`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Iap \\\\ V1 \\\\ AttributePropagationSettings\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### OUTPUT_CREDENTIALS_UNSPECIFIED\n\n Value: 0\n\nAn output credential is required.\n\nGenerated from protobuf enum `OUTPUT_CREDENTIALS_UNSPECIFIED = 0;`\n\n### HEADER\n\n Value: 1\n\nPropagate attributes in the headers with \"x-goog-iap-attr-\" prefix.\n\nGenerated from protobuf enum `HEADER = 1;`\n\n### JWT\n\n Value: 2\n\nPropagate attributes in the JWT of the form: `\"additional_claims\": {\n\"my_attribute\": [\"value1\", \"value2\"] }`\n\nGenerated from protobuf enum `JWT = 2;`\n\n### RCTOKEN\n\n Value: 3\n\nPropagate attributes in the RCToken of the form: `\"additional_claims\": {\n\"my_attribute\": [\"value1\", \"value2\"] }`\n\nGenerated from protobuf enum `RCTOKEN = 3;`"]]