policies

@JvmName(name = "glmagcqptkqglavo")
suspend fun policies(value: Output<List<ZeroTrustAccessApplicationPolicyArgs>>)
@JvmName(name = "ktdxiuyoixyepxbx")
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 = "akoixuygrrpogyqe")
suspend fun policies(vararg values: Output<ZeroTrustAccessApplicationPolicyArgs>)


@JvmName(name = "woivyevveijighph")
suspend fun policies(values: List<Output<ZeroTrustAccessApplicationPolicyArgs>>)
@JvmName(name = "vrodwruucbqbflib")
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 = "yttkkrxnsqvqypvo")
suspend fun policies(argument: List<suspend ZeroTrustAccessApplicationPolicyArgsBuilder.() -> Unit>)
@JvmName(name = "oopahiytllsvyvmn")
suspend fun policies(vararg argument: suspend ZeroTrustAccessApplicationPolicyArgsBuilder.() -> Unit)
@JvmName(name = "eopjhkmjhllqcprb")
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.