deniedPermissions property
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.
Implementation
core.List<core.String>? deniedPermissions;