header Attributes
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<AccessIdentityProviderConfigHeaderAttributeArgs>)
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 AccessIdentityProviderConfigHeaderAttributeArgsBuilder.() -> Unit>)
suspend fun headerAttributes(vararg argument: suspend AccessIdentityProviderConfigHeaderAttributeArgsBuilder.() -> Unit)
suspend fun headerAttributes(argument: suspend AccessIdentityProviderConfigHeaderAttributeArgsBuilder.() -> Unit)
Parameters
argument
Add a list of attribute names that will be returned in the response header from the Access callback.