public enum AttributePropagationSettings.Types.OutputCredentialsReference 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.V1Assembly
Google.Cloud.Iap.V1.dll
Fields |
|
|---|---|
| Name | Description |
Header |
Propagate attributes in the headers with "x-goog-iap-attr-" prefix. |
Jwt |
Propagate attributes in the JWT of the form: |
Rctoken |
Propagate attributes in the RCToken of the form: |
Unspecified |
An output credential is required. |