Cloud Identity-Aware Proxy v1 API - Enum AttributePropagationSettings.Types.OutputCredentials (2.6.0)

public enum AttributePropagationSettings.Types.OutputCredentials

Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API enum AttributePropagationSettings.Types.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.

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Fields

NameDescription
Header

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

Jwt

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

Rctoken

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

Unspecified

An output credential is required.