dryRunAccessLevels

@JvmName(name = "sbvfxhcuxalgovqq")
suspend fun dryRunAccessLevels(value: Output<List<String>>)
@JvmName(name = "aqsxvthufoaqrder")
suspend fun dryRunAccessLevels(value: List<String>?)

Parameters

value

Optional. Dry run access level that will be evaluated but will not be enforced. The access denial based on dry run policy will be logged. Only one access level is supported, not multiple. This list must have exactly one element. Example: "accessPolicies/9522/accessLevels/device_trusted"


@JvmName(name = "jlixfpyyqivtnfxg")
suspend fun dryRunAccessLevels(vararg values: Output<String>)


@JvmName(name = "shdndaxkgashhrtj")
suspend fun dryRunAccessLevels(values: List<Output<String>>)
@JvmName(name = "ewkbyjbydojtickn")
suspend fun dryRunAccessLevels(vararg values: String)

Parameters

values

Optional. Dry run access level that will be evaluated but will not be enforced. The access denial based on dry run policy will be logged. Only one access level is supported, not multiple. This list must have exactly one element. Example: "accessPolicies/9522/accessLevels/device_trusted"