header Attributes
suspend fun headerAttributes(value: Output<List<ZeroTrustAccessIdentityProviderConfigHeaderAttributeArgs>>)
suspend fun headerAttributes(value: List<ZeroTrustAccessIdentityProviderConfigHeaderAttributeArgs>?)
Parameters
value
Add a list of attribute names that will be returned in the response header from the Access callback.
suspend fun headerAttributes(vararg values: Output<ZeroTrustAccessIdentityProviderConfigHeaderAttributeArgs>)
suspend fun headerAttributes(values: List<Output<ZeroTrustAccessIdentityProviderConfigHeaderAttributeArgs>>)
suspend fun headerAttributes(vararg values: ZeroTrustAccessIdentityProviderConfigHeaderAttributeArgs)
Parameters
values
Add a list of attribute names that will be returned in the response header from the Access callback.
suspend fun headerAttributes(argument: List<suspend ZeroTrustAccessIdentityProviderConfigHeaderAttributeArgsBuilder.() -> Unit>)
suspend fun headerAttributes(vararg argument: suspend ZeroTrustAccessIdentityProviderConfigHeaderAttributeArgsBuilder.() -> Unit)
suspend fun headerAttributes(argument: suspend ZeroTrustAccessIdentityProviderConfigHeaderAttributeArgsBuilder.() -> Unit)
Parameters
argument
Add a list of attribute names that will be returned in the response header from the Access callback.