includes

@JvmName(name = "uiolvbqcgonagfdu")
suspend fun includes(value: Output<List<AccessApplicationPolicyIncludeArgs>>)
@JvmName(name = "jeaffmcfjlkgehju")
suspend fun includes(value: List<AccessApplicationPolicyIncludeArgs>?)

Parameters

value

Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.


@JvmName(name = "hxegdebehugysfht")
suspend fun includes(vararg values: Output<AccessApplicationPolicyIncludeArgs>)


@JvmName(name = "tnjfujwqygwaoygc")
suspend fun includes(values: List<Output<AccessApplicationPolicyIncludeArgs>>)
@JvmName(name = "okafrwapioecdbil")
suspend fun includes(vararg values: AccessApplicationPolicyIncludeArgs)

Parameters

values

Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.


@JvmName(name = "ieefdbtccyxlywdb")
suspend fun includes(argument: List<suspend AccessApplicationPolicyIncludeArgsBuilder.() -> Unit>)
@JvmName(name = "dhcyotywydiqdrxy")
suspend fun includes(vararg argument: suspend AccessApplicationPolicyIncludeArgsBuilder.() -> Unit)
@JvmName(name = "mstmsqgmownetfrw")
suspend fun includes(argument: suspend AccessApplicationPolicyIncludeArgsBuilder.() -> Unit)

Parameters

argument

Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.