public sealed class UpdateOrganizationSettingsRequest : IMessage<UpdateOrganizationSettingsRequest>, IEquatable<UpdateOrganizationSettingsRequest>, IDeepCloneable<UpdateOrganizationSettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1p1beta1 API class UpdateOrganizationSettingsRequest.
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 provides reference documentation for the `UpdateOrganizationSettingsRequest` class within the Google Cloud Security Command Center v1p1beta1 API, specifically for .NET."],["The `UpdateOrganizationSettingsRequest` class is used to update an organization's settings, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class has two constructors, a default one and another to create an instance from another `UpdateOrganizationSettingsRequest` object."],["The `UpdateOrganizationSettingsRequest` class includes properties for `OrganizationSettings`, which is required for the update, and `UpdateMask` to specify which fields should be modified."],["The namespace for this class is `Google.Cloud.SecurityCenter.V1P1Beta1`, and is found in the `Google.Cloud.SecurityCenter.V1P1Beta1.dll` assembly, with three different beta versions available, including the latest."]]],[]]