Class: Google::Iam::V3beta::UpdatePrincipalAccessBoundaryPolicyRequest
- Inherits:
-
Object
- Object
- Google::Iam::V3beta::UpdatePrincipalAccessBoundaryPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/v3beta/principal_access_boundary_policies_service.rb
Overview
Request message for UpdatePrincipalAccessBoundaryPolicy method.
Instance Attribute Summary collapse
-
#principal_access_boundary_policy ⇒ ::Google::Iam::V3beta::PrincipalAccessBoundaryPolicy
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#principal_access_boundary_policy ⇒ ::Google::Iam::V3beta::PrincipalAccessBoundaryPolicy
Returns Required. The principal access boundary policy to update.
The principal access boundary policy's name field is used to identify the
policy to update.
78 79 80 81 |
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policies_service.rb', line 78 class UpdatePrincipalAccessBoundaryPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. The list of fields to update.
78 79 80 81 |
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policies_service.rb', line 78 class UpdatePrincipalAccessBoundaryPolicyRequest 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.
78 79 80 81 |
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policies_service.rb', line 78 class UpdatePrincipalAccessBoundaryPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |