Class Operation (2.23.0)

Operation(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes that are used to determine whether this rule applies to a request.

Attributes

Name Description
permissions MutableSequence[str]
Optional. The permissions that are explicitly affected by this rule. Each permission uses the format {service_fqdn}/{resource}.{verb}, where {service_fqdn} is the fully qualified domain name for the service. Currently supported permissions are as follows: - eventarc.googleapis.com/messageBuses.publish.
excluded_permissions MutableSequence[str]
Optional. Specifies the permissions that this rule excludes from the set of affected permissions given by permissions. If a permission appears in permissions *and* in excluded_permissions then it will *not* be subject to the policy effect. The excluded permissions can be specified using the same syntax as permissions.