authorization Attributes
suspend fun authorizationAttributes(value: Output<Map<String, BrokerAuthenticatorMethodX509AttributesArgs>>)
suspend fun authorizationAttributes(value: Map<String, BrokerAuthenticatorMethodX509AttributesArgs>?)
Parameters
value
X509 authorization attributes properties.
suspend fun authorizationAttributes(vararg argument: Pair<String, suspend BrokerAuthenticatorMethodX509AttributesArgsBuilder.() -> Unit>)
Parameters
argument
X509 authorization attributes properties.
fun authorizationAttributes(vararg values: Pair<String, BrokerAuthenticatorMethodX509AttributesArgs>)
Parameters
values
X509 authorization attributes properties.