excludes

@JvmName(name = "tiqiwoxaauefnnfk")
suspend fun excludes(value: Output<List<AccessApplicationPolicyExcludeArgs>>)
@JvmName(name = "mxrcflubaxnkbqcd")
suspend fun excludes(value: List<AccessApplicationPolicyExcludeArgs>?)

Parameters

value

Rules evaluated with a NOT logical operator. To match the policy, a user cannot meet any of the Exclude rules.


@JvmName(name = "famrlfqiijetvvkg")
suspend fun excludes(vararg values: Output<AccessApplicationPolicyExcludeArgs>)


@JvmName(name = "ydtputkglprwylwr")
suspend fun excludes(values: List<Output<AccessApplicationPolicyExcludeArgs>>)
@JvmName(name = "dephjtfmqvdvlbiv")
suspend fun excludes(vararg values: AccessApplicationPolicyExcludeArgs)

Parameters

values

Rules evaluated with a NOT logical operator. To match the policy, a user cannot meet any of the Exclude rules.


@JvmName(name = "ctkynhhhhefagjcu")
suspend fun excludes(argument: List<suspend AccessApplicationPolicyExcludeArgsBuilder.() -> Unit>)
@JvmName(name = "bircaalqoteaspoq")
suspend fun excludes(vararg argument: suspend AccessApplicationPolicyExcludeArgsBuilder.() -> Unit)
@JvmName(name = "qemttxqvmikcrouv")
suspend fun excludes(argument: suspend AccessApplicationPolicyExcludeArgsBuilder.() -> Unit)

Parameters

argument

Rules evaluated with a NOT logical operator. To match the policy, a user cannot meet any of the Exclude rules.