Cloud Security Command Center V1 API - Class Google::Cloud::SecurityCenter::V1::UpdateOrganizationSettingsRequest (v0.26.0)

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

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#organization_settings

def organization_settings() -> ::Google::Cloud::SecurityCenter::V1::OrganizationSettings
Returns

#organization_settings=

def organization_settings=(value) -> ::Google::Cloud::SecurityCenter::V1::OrganizationSettings
Parameter
Returns

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns

#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