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.
Generated from protobuf message google.iam.v1.BindingDelta
Methods
Constructor.
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.
The condition that is associated with this binding.
Details
at line 70
__construct(array $data = NULL)
Constructor.
at line 82
int
getAction()
The action that was performed on a Binding.
Required
Generated from protobuf field .google.iam.v1.BindingDelta.Action action = 1;
at line 95
$this
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 111
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 125
$this
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 141
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 155
$this
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;
at line 169
Expr
getCondition()
The condition that is associated with this binding.
Generated from protobuf field .google.type.Expr condition = 4;
at line 181
$this
setCondition(Expr $var)
The condition that is associated with this binding.
Generated from protobuf field .google.type.Expr condition = 4;