Class: Google::Iam::V3beta::UpdateAccessPolicyRequest
- Inherits:
-
Object
- Object
- Google::Iam::V3beta::UpdateAccessPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/v3beta/access_policies_service.rb
Overview
Request message for UpdateAccessPolicy method.
Instance Attribute Summary collapse
-
#access_policy ⇒ ::Google::Iam::V3beta::AccessPolicy
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#access_policy ⇒ ::Google::Iam::V3beta::AccessPolicy
Returns Required. The access policy to update.
The access policy's name field is used to identify the
policy to update.
82 83 84 85 |
# File 'proto_docs/google/iam/v3beta/access_policies_service.rb', line 82 class UpdateAccessPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Optional. If set, validate the request and preview the update, but do not actually post it.
82 83 84 85 |
# File 'proto_docs/google/iam/v3beta/access_policies_service.rb', line 82 class UpdateAccessPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |