deniedPermissions

@JvmName(name = "nqwhhivrkvmjysmh")
suspend fun deniedPermissions(value: Output<List<String>>)
@JvmName(name = "aunjofrbcqiinqqs")
suspend fun deniedPermissions(value: List<String>?)

Parameters

value

The permissions that are explicitly denied by this rule. Each permission uses the format {service-fqdn}/{resource}.{verb}, where {service-fqdn} is the fully qualified domain name for the service. For example, iam.googleapis.com/roles.list.


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


@JvmName(name = "oatbyeondhehveya")
suspend fun deniedPermissions(values: List<Output<String>>)
@JvmName(name = "djhrehfmowbtourg")
suspend fun deniedPermissions(vararg values: String)

Parameters

values

The permissions that are explicitly denied by this rule. Each permission uses the format {service-fqdn}/{resource}.{verb}, where {service-fqdn} is the fully qualified domain name for the service. For example, iam.googleapis.com/roles.list.