Class IamBinding (1.13.0)

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

Represents a particular IAM binding, which captures a member's role addition, removal, or state.

Attributes

NameDescription
action google.cloud.securitycenter_v1.types.IamBinding.Action
The action that was performed on a Binding.
role str
Role that is assigned to "members". For example, "roles/viewer", "roles/editor", or "roles/owner".
member str
A single identity requesting access for a Cloud Platform resource, e.g. "foo@google.com".

Classes

Action

Action(value)

The type of action performed on a Binding in a policy.