AccessIdentityProviderConfigHeaderAttributeArgs

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

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(): AccessIdentityProviderConfigHeaderAttributeArgs