excludes
Parameters
value
Rules evaluated with a NOT logical operator. To match the policy, a user cannot meet any of the Exclude rules.
Parameters
values
Rules evaluated with a NOT logical operator. To match the policy, a user cannot meet any of the Exclude rules.
suspend fun excludes(argument: List<suspend ZeroTrustAccessApplicationPolicyExcludeArgsBuilder.() -> Unit>)
suspend fun excludes(vararg argument: suspend ZeroTrustAccessApplicationPolicyExcludeArgsBuilder.() -> Unit)
suspend fun excludes(argument: suspend ZeroTrustAccessApplicationPolicyExcludeArgsBuilder.() -> Unit)
Parameters
argument
Rules evaluated with a NOT logical operator. To match the policy, a user cannot meet any of the Exclude rules.