Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::UpdateOrganizationSettingsRequest.
Request message for updating an organization's settings.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#organization_settings
def organization_settings() -> ::Google::Cloud::SecurityCenter::V1::OrganizationSettings
    Returns
    
  - (::Google::Cloud::SecurityCenter::V1::OrganizationSettings) — Required. The organization settings resource to update.
#organization_settings=
def organization_settings=(value) -> ::Google::Cloud::SecurityCenter::V1::OrganizationSettings
    Parameter
    
  - value (::Google::Cloud::SecurityCenter::V1::OrganizationSettings) — Required. The organization settings resource to update.
    Returns
    
  - (::Google::Cloud::SecurityCenter::V1::OrganizationSettings) — Required. The organization settings resource to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
    Returns
    
  - 
        (::Google::Protobuf::FieldMask) — The FieldMask to use when updating the settings resource.If empty all mutable fields will be updated. 
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
    Parameter
    
  - 
        value (::Google::Protobuf::FieldMask) — The FieldMask to use when updating the settings resource.If empty all mutable fields will be updated. 
    Returns
    
- 
        (::Google::Protobuf::FieldMask) — The FieldMask to use when updating the settings resource.If empty all mutable fields will be updated.