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 this page lists versions dating back to 2.2.0 with links to their respective documentation."],["The `UpdateOrganizationSettingsRequest` class inherits from `System.Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `OrganizationSettings` and `UpdateMask`, allowing for specific updates to the organization's security configuration, including the ability to choose which fields are updated."],["The page provides details for the class constructors, including a default constructor, and one that takes an existing `UpdateOrganizationSettingsRequest` object."]]],[]]