requires

@JvmName(name = "iqkohtvlbyjforgw")
suspend fun requires(value: Output<List<AccessApplicationPolicyRequireArgs>>)
@JvmName(name = "pfweqvogkqxyewcm")
suspend fun requires(value: List<AccessApplicationPolicyRequireArgs>?)

Parameters

value

Rules evaluated with an AND logical operator. To match the policy, a user must meet all of the Require rules.


@JvmName(name = "icdqbmwfwnfeyphd")
suspend fun requires(vararg values: Output<AccessApplicationPolicyRequireArgs>)


@JvmName(name = "pkmrnshfqisgqxvl")
suspend fun requires(values: List<Output<AccessApplicationPolicyRequireArgs>>)
@JvmName(name = "ttbugqrwwdsnkveb")
suspend fun requires(vararg values: AccessApplicationPolicyRequireArgs)

Parameters

values

Rules evaluated with an AND logical operator. To match the policy, a user must meet all of the Require rules.


@JvmName(name = "uetxaekrhntuuffr")
suspend fun requires(argument: List<suspend AccessApplicationPolicyRequireArgsBuilder.() -> Unit>)
@JvmName(name = "ktycibvpbelvcigx")
suspend fun requires(vararg argument: suspend AccessApplicationPolicyRequireArgsBuilder.() -> Unit)
@JvmName(name = "qhqsrinnxxikimmt")
suspend fun requires(argument: suspend AccessApplicationPolicyRequireArgsBuilder.() -> Unit)

Parameters

argument

Rules evaluated with an AND logical operator. To match the policy, a user must meet all of the Require rules.