public enum AttributePropagationSettings.OutputCredentials extends Enum<AttributePropagationSettings.OutputCredentials> implements ProtocolMessageEnumSupported 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 enum google.cloud.iap.v1.AttributePropagationSettings.OutputCredentials
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| HEADER | Propagate attributes in the headers with "x-goog-iap-attr-" prefix.   | 
| HEADER_VALUE | Propagate attributes in the headers with "x-goog-iap-attr-" prefix.   | 
| JWT |  Propagate attributes in the JWT of the form:    | 
| JWT_VALUE |  Propagate attributes in the JWT of the form:    | 
| OUTPUT_CREDENTIALS_UNSPECIFIED | An output credential is required.   | 
| OUTPUT_CREDENTIALS_UNSPECIFIED_VALUE | An output credential is required.   | 
| RCTOKEN |  Propagate attributes in the RCToken of the form:    | 
| RCTOKEN_VALUE |  Propagate attributes in the RCToken of the form:    | 
| UNRECOGNIZED | |
| Static Methods | |
|---|---|
| Name | Description | 
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. | 
| valueOf(String name) | |
| values() | |
| Methods | |
|---|---|
| Name | Description | 
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() | |