requires
Parameters
value
Rules evaluated with an AND logical operator. To match the policy, a user must meet all of the Require rules.
Parameters
values
Rules evaluated with an AND logical operator. To match the policy, a user must meet all of the Require rules.
suspend fun requires(argument: List<suspend ZeroTrustAccessApplicationPolicyRequireArgsBuilder.() -> Unit>)
suspend fun requires(vararg argument: suspend ZeroTrustAccessApplicationPolicyRequireArgsBuilder.() -> Unit)
suspend fun requires(argument: suspend ZeroTrustAccessApplicationPolicyRequireArgsBuilder.() -> Unit)
Parameters
argument
Rules evaluated with an AND logical operator. To match the policy, a user must meet all of the Require rules.