combiningFunction

@JvmName(name = "hrmagelhxxpqshtj")
suspend fun combiningFunction(value: Output<BasicLevelCombiningFunction>)
@JvmName(name = "ycayduexnjavleat")
suspend fun combiningFunction(value: BasicLevelCombiningFunction?)

Parameters

value

How the conditions list should be combined to determine if a request is granted this AccessLevel. If AND is used, each Condition in conditions must be satisfied for the AccessLevel to be applied. If OR is used, at least one Condition in conditions must be satisfied for the AccessLevel to be applied. Default behavior is AND.