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

Reference documentation and code samples for the Identity and Access Management (IAM) V3 API class Google::Iam::V3::UpdateAccessPolicyRequest.

Request message for UpdateAccessPolicy method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#access_policy

def access_policy() -> ::Google::Iam::V3::AccessPolicy
Returns

#access_policy=

def access_policy=(value) -> ::Google::Iam::V3::AccessPolicy
Parameter
  • value (::Google::Iam::V3::AccessPolicy) — Required. The access policy to update.

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

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.