Class: Google::Cloud::SecurityCenter::V1p1beta1::UpdateOrganizationSettingsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1p1beta1::UpdateOrganizationSettingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb
Overview
Request message for updating an organization's settings.
Instance Attribute Summary collapse
-
#organization_settings ⇒ ::Google::Cloud::SecurityCenter::V1p1beta1::OrganizationSettings
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The FieldMask to use when updating the settings resource.
Instance Attribute Details
#organization_settings ⇒ ::Google::Cloud::SecurityCenter::V1p1beta1::OrganizationSettings
Returns Required. The organization settings resource to update.
1011 1012 1013 1014 |
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 1011 class UpdateOrganizationSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The FieldMask to use when updating the settings resource.
If empty all mutable fields will be updated.
1011 1012 1013 1014 |
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 1011 class UpdateOrganizationSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |