custom Attributes
suspend fun customAttributes(value: Output<List<ZeroTrustAccessApplicationSaasAppCustomAttributeArgs>>)
Parameters
value
Custom attribute mapped from IDPs.
suspend fun customAttributes(vararg values: Output<ZeroTrustAccessApplicationSaasAppCustomAttributeArgs>)
suspend fun customAttributes(values: List<Output<ZeroTrustAccessApplicationSaasAppCustomAttributeArgs>>)
Parameters
values
Custom attribute mapped from IDPs.
suspend fun customAttributes(argument: List<suspend ZeroTrustAccessApplicationSaasAppCustomAttributeArgsBuilder.() -> Unit>)
suspend fun customAttributes(vararg argument: suspend ZeroTrustAccessApplicationSaasAppCustomAttributeArgsBuilder.() -> Unit)
suspend fun customAttributes(argument: suspend ZeroTrustAccessApplicationSaasAppCustomAttributeArgsBuilder.() -> Unit)
Parameters
argument
Custom attribute mapped from IDPs.