Module: Google::Cloud::Iap::V1::AttributePropagationSettings::OutputCredentials

Defined in:
proto_docs/google/cloud/iap/v1/service.rb

Overview

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.

Constant Summary collapse

OUTPUT_CREDENTIALS_UNSPECIFIED =

An output credential is required.

0
HEADER =

Propagate attributes in the headers with "x-goog-iap-attr-" prefix.

1
JWT =

Propagate attributes in the JWT of the form: "additional_claims": { "my_attribute": ["value1", "value2"] }

2
RCTOKEN =

Propagate attributes in the RCToken of the form: "additional_claims": { "my_attribute": ["value1", "value2"] }

3