policies

@JvmName(name = "ysrowajekotguise")
suspend fun policies(value: Output<List<ZeroTrustAccessApplicationPolicyArgs>>)
@JvmName(name = "alumopjqdysulyhk")
suspend fun policies(value: List<ZeroTrustAccessApplicationPolicyArgs>?)

Parameters

value

The policies that Access applies to the application, in ascending order of precedence. Items can reference existing policies or create new policies exclusive to the application.


@JvmName(name = "flglujjlftoxlmij")
suspend fun policies(vararg values: Output<ZeroTrustAccessApplicationPolicyArgs>)


@JvmName(name = "biidfisvwlgqklur")
suspend fun policies(values: List<Output<ZeroTrustAccessApplicationPolicyArgs>>)
@JvmName(name = "cjqtkpldwfahukgy")
suspend fun policies(vararg values: ZeroTrustAccessApplicationPolicyArgs)

Parameters

values

The policies that Access applies to the application, in ascending order of precedence. Items can reference existing policies or create new policies exclusive to the application.


@JvmName(name = "itdhpteefblnvuqu")
suspend fun policies(argument: List<suspend ZeroTrustAccessApplicationPolicyArgsBuilder.() -> Unit>)
@JvmName(name = "elnpwjgprchqxvef")
suspend fun policies(vararg argument: suspend ZeroTrustAccessApplicationPolicyArgsBuilder.() -> Unit)
@JvmName(name = "jbaejudsdwwagkqm")
suspend fun policies(argument: suspend ZeroTrustAccessApplicationPolicyArgsBuilder.() -> Unit)

Parameters

argument

The policies that Access applies to the application, in ascending order of precedence. Items can reference existing policies or create new policies exclusive to the application.