excludes

@JvmName(name = "jkryepdaqmhmxews")
suspend fun excludes(value: Output<List<ZeroTrustAccessPolicyExcludeArgs>>)
@JvmName(name = "xuxexjnrwpkjmflr")
suspend fun excludes(value: List<ZeroTrustAccessPolicyExcludeArgs>?)

Parameters

value

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


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


@JvmName(name = "iltcmrjdkapeifvg")
suspend fun excludes(values: List<Output<ZeroTrustAccessPolicyExcludeArgs>>)
@JvmName(name = "ncatdydfxhyyctxd")
suspend fun excludes(vararg values: ZeroTrustAccessPolicyExcludeArgs)

Parameters

values

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


@JvmName(name = "okhvqsgyrxcyqqtk")
suspend fun excludes(argument: List<suspend ZeroTrustAccessPolicyExcludeArgsBuilder.() -> Unit>)
@JvmName(name = "gpqvrekdddcotycq")
suspend fun excludes(vararg argument: suspend ZeroTrustAccessPolicyExcludeArgsBuilder.() -> Unit)
@JvmName(name = "vguwgeoyfrstykln")
suspend fun excludes(argument: suspend ZeroTrustAccessPolicyExcludeArgsBuilder.() -> Unit)

Parameters

argument

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