ZeroTrustAccessIdentityProviderConfigHeaderAttributeArgs

data class ZeroTrustAccessIdentityProviderConfigHeaderAttributeArgs(val attributeName: Output<String>? = null, val headerName: Output<String>? = null) : ConvertibleToJava<ZeroTrustAccessIdentityProviderConfigHeaderAttributeArgs>

Constructors

constructor(attributeName: Output<String>? = null, headerName: Output<String>? = null)

Properties

Link copied to clipboard
val attributeName: Output<String>? = null

attribute name from the IDP

Link copied to clipboard
val headerName: Output<String>? = null

header that will be added on the request to the origin

Functions

Link copied to clipboard
open override fun toJava(): ZeroTrustAccessIdentityProviderConfigHeaderAttributeArgs