Reference documentation and code samples for the Identity and Access Management (IAM) V3 API class Google::Iam::V3::UpdatePolicyBindingRequest.
Request message for UpdatePolicyBinding method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#policy_binding
def policy_binding() -> ::Google::Iam::V3::PolicyBinding-
(::Google::Iam::V3::PolicyBinding) — Required. The policy binding to update.
The policy binding's
namefield is used to identify the policy binding to update.
#policy_binding=
def policy_binding=(value) -> ::Google::Iam::V3::PolicyBinding-
value (::Google::Iam::V3::PolicyBinding) — Required. The policy binding to update.
The policy binding's
namefield is used to identify the policy binding to update.
-
(::Google::Iam::V3::PolicyBinding) — Required. The policy binding to update.
The policy binding's
namefield is used to identify the policy binding to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask- (::Google::Protobuf::FieldMask) — Optional. The list of fields to update
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask- value (::Google::Protobuf::FieldMask) — Optional. The list of fields to update
- (::Google::Protobuf::FieldMask) — Optional. The list of fields to update
#validate_only
def validate_only() -> ::Boolean- (::Boolean) — Optional. If set, validate the request and preview the update, but do not actually post it.
#validate_only=
def validate_only=(value) -> ::Boolean- value (::Boolean) — Optional. If set, validate the request and preview the update, but do not actually post it.
- (::Boolean) — Optional. If set, validate the request and preview the update, but do not actually post it.