public sealed class UpdateOrganizationSettingsRequest : IMessage<UpdateOrganizationSettingsRequest>, IEquatable<UpdateOrganizationSettingsRequest>, IDeepCloneable<UpdateOrganizationSettingsRequest>, IBufferMessage, IMessage
Request message for updating an organization's settings.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page details the `UpdateOrganizationSettingsRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, used for modifying an organization's security settings."],["The latest version of `UpdateOrganizationSettingsRequest` is 3.24.0, and previous versions are listed down to version 2.2.0, with version 2.6.0 also being explicitly called out."],["`UpdateOrganizationSettingsRequest` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes two constructors, and two properties: `OrganizationSettings` which represents the settings to update and `UpdateMask` which specifies which fields to modify."],["The `UpdateOrganizationSettingsRequest` is a request message that allows you to update the settings for a given organization."]]],[]]