Identity and Access Management (IAM) V3 API - Class Google::Iam::V3::UpdatePolicyBindingRequest (v0.1.0)

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
Returns
  • (::Google::Iam::V3::PolicyBinding) — Required. The policy binding to update.

    The policy binding's name field is used to identify the policy binding to update.

#policy_binding=

def policy_binding=(value) -> ::Google::Iam::V3::PolicyBinding
Parameter
  • value (::Google::Iam::V3::PolicyBinding) — Required. The policy binding to update.

    The policy binding's name field is used to identify the policy binding to update.

Returns
  • (::Google::Iam::V3::PolicyBinding) — Required. The policy binding to update.

    The policy binding's name field is used to identify the policy binding to update.

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
Returns

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — Optional. If set, validate the request and preview the update, but do not actually post it.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. If set, validate the request and preview the update, but do not actually post it.
Returns
  • (::Boolean) — Optional. If set, validate the request and preview the update, but do not actually post it.