Reference documentation and code samples for the Google Cloud Iam V3 Client class UpdatePolicyBindingRequest.
Request message for UpdatePolicyBinding method.
Generated from protobuf message google.iam.v3.UpdatePolicyBindingRequest
Namespace
Google \ Cloud \ Iam \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ policy_binding
PolicyBinding
Required. The policy binding to update. The policy binding's name
field is used to identify the policy binding to update.
↳ validate_only
bool
Optional. If set, validate the request and preview the update, but do not actually post it.
↳ update_mask
getPolicyBinding
Required. The policy binding to update.
The policy binding's name
field is used to identify the policy binding to
update.
hasPolicyBinding
clearPolicyBinding
setPolicyBinding
Required. The policy binding to update.
The policy binding's name
field is used to identify the policy binding to
update.
$this
getValidateOnly
Optional. If set, validate the request and preview the update, but do not actually post it.
bool
setValidateOnly
Optional. If set, validate the request and preview the update, but do not actually post it.
var
bool
$this
getUpdateMask
Optional. The list of fields to update
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. The list of fields to update
$this
static::build
policyBinding
PolicyBinding
Required. The policy binding to update.
The policy binding's name
field is used to identify the policy binding to
update.
updateMask

