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` for Google Cloud Security Center V1, with the primary function being to update an organization's security settings."],["The latest version available is 3.24.0, while the current page is focused on version 2.12.0, with a range of other versions from 2.2.0 to 3.23.0 also accessible."],["`UpdateOrganizationSettingsRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class, which shows how it interacts with the .NET runtime."],["The settings can be updated by setting the `OrganizationSettings` property and choosing which settings to change with the optional `UpdateMask` property."],["There are two constructors available, a default one and one that allows the user to input another `UpdateOrganizationSettingsRequest` as an argument, allowing for duplication of properties."]]],[]]