BindingDelta
class BindingDelta extends Message
One delta entry for Binding. Each individual change (only one member in each entry) to a binding will be a separate entry.
Protobuf type Google\Iam\V1\BindingDelta
Methods
No description
The action that was performed on a Binding.
The action that was performed on a Binding.
Role that is assigned to members
.
Role that is assigned to members
.
A single identity requesting access for a Cloud Platform resource.
A single identity requesting access for a Cloud Platform resource.
Details
at line 43
__construct()
at line 55
int
getAction()
The action that was performed on a Binding.
Required
Generated from protobuf field .google.iam.v1.BindingDelta.Action action = 1;
at line 67
setAction(int $var)
The action that was performed on a Binding.
Required
Generated from protobuf field .google.iam.v1.BindingDelta.Action action = 1;
at line 81
string
getRole()
Role that is assigned to members
.
For example, roles/viewer
, roles/editor
, or roles/owner
.
Required
Generated from protobuf field string role = 2;
at line 94
setRole(string $var)
Role that is assigned to members
.
For example, roles/viewer
, roles/editor
, or roles/owner
.
Required
Generated from protobuf field string role = 2;
at line 108
string
getMember()
A single identity requesting access for a Cloud Platform resource.
Follows the same format of Binding.members. Required
Generated from protobuf field string member = 3;
at line 121
setMember(string $var)
A single identity requesting access for a Cloud Platform resource.
Follows the same format of Binding.members. Required
Generated from protobuf field string member = 3;