Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class IamBinding.
Represents a particular IAM binding, which captures a member's role addition, removal, or state.
Generated from protobuf message google.cloud.securitycenter.v2.IamBinding
Namespace
Google \ Cloud \ SecurityCenter \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ action
int
The action that was performed on a Binding.
↳ role
string
Role that is assigned to "members". For example, "roles/viewer", "roles/editor", or "roles/owner".
↳ member
string
A single identity requesting access for a Cloud Platform resource, for example, "foo@google.com".
getAction
The action that was performed on a Binding.
int
setAction
The action that was performed on a Binding.
var
int
$this
getRole
Role that is assigned to "members".
For example, "roles/viewer", "roles/editor", or "roles/owner".
string
setRole
Role that is assigned to "members".
For example, "roles/viewer", "roles/editor", or "roles/owner".
var
string
$this
getMember
A single identity requesting access for a Cloud Platform resource, for example, "foo@google.com".
string
setMember
A single identity requesting access for a Cloud Platform resource, for example, "foo@google.com".
var
string
$this