public sealed class OrganizationSettings : IMessage<OrganizationSettings>, IEquatable<OrganizationSettings>, IDeepCloneable<OrganizationSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1p1beta1 API class OrganizationSettings.
User specified settings that are attached to the Security Command
Center organization.
A flag that indicates if Asset Discovery should be enabled. If the flag is
set to true, then discovery of assets will occur. If it is set to `false,
all historical assets will remain, but discovery of future assets will not
occur.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eOrganizationSettings\u003c/code\u003e class represents user-specified settings for the Google Cloud Security Command Center organization and is part of the v1p1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class includes properties like \u003ccode\u003eAssetDiscoveryConfig\u003c/code\u003e for asset discovery settings, \u003ccode\u003eEnableAssetDiscovery\u003c/code\u003e to toggle asset discovery on or off, and \u003ccode\u003eName\u003c/code\u003e for the relative resource name of the settings.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOrganizationSettings\u003c/code\u003e class has constructors for creating new instances and is an implementation of various interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eOrganizationSettings\u003c/code\u003e available is \u003ccode\u003e3.0.0-beta05\u003c/code\u003e, with older versions like \u003ccode\u003e3.0.0-beta04\u003c/code\u003e and \u003ccode\u003e2.0.0-beta07\u003c/code\u003e also available.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Security Command Center v1p1beta1 API - Class OrganizationSettings (3.0.0-beta05)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta05 (latest)](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V1P1Beta1/latest/Google.Cloud.SecurityCenter.V1P1Beta1.OrganizationSettings)\n- [3.0.0-beta04](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V1P1Beta1/3.0.0-beta04/Google.Cloud.SecurityCenter.V1P1Beta1.OrganizationSettings)\n- [2.0.0-beta07](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V1P1Beta1/2.0.0-beta07/Google.Cloud.SecurityCenter.V1P1Beta1.OrganizationSettings) \n\n public sealed class OrganizationSettings : IMessage\u003cOrganizationSettings\u003e, IEquatable\u003cOrganizationSettings\u003e, IDeepCloneable\u003cOrganizationSettings\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Security Command Center v1p1beta1 API class OrganizationSettings.\n\nUser specified settings that are attached to the Security Command\nCenter organization. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e OrganizationSettings \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[OrganizationSettings](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V1P1Beta1/latest/Google.Cloud.SecurityCenter.V1P1Beta1.OrganizationSettings), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[OrganizationSettings](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V1P1Beta1/latest/Google.Cloud.SecurityCenter.V1P1Beta1.OrganizationSettings), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[OrganizationSettings](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V1P1Beta1/latest/Google.Cloud.SecurityCenter.V1P1Beta1.OrganizationSettings), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.SecurityCenter.V1P1Beta1](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V1P1Beta1/latest/Google.Cloud.SecurityCenter.V1P1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.SecurityCenter.V1P1Beta1.dll\n\nConstructors\n------------\n\n### OrganizationSettings()\n\n public OrganizationSettings()\n\n### OrganizationSettings(OrganizationSettings)\n\n public OrganizationSettings(OrganizationSettings other)\n\nProperties\n----------\n\n### AssetDiscoveryConfig\n\n public OrganizationSettings.Types.AssetDiscoveryConfig AssetDiscoveryConfig { get; set; }\n\nThe configuration used for Asset Discovery runs.\n\n### EnableAssetDiscovery\n\n public bool EnableAssetDiscovery { get; set; }\n\nA flag that indicates if Asset Discovery should be enabled. If the flag is\nset to `true`, then discovery of assets will occur. If it is set to \\`false,\nall historical assets will remain, but discovery of future assets will not\noccur.\n\n### Name\n\n public string Name { get; set; }\n\nThe relative resource name of the settings. See:\n\u003chttps://cloud.google.com/apis/design/resource_names#relative_resource_name\u003e\nExample:\n\"organizations/{organization_id}/organizationSettings\".\n\n### OrganizationSettingsName\n\n public OrganizationSettingsName OrganizationSettingsName { get; set; }\n\n[OrganizationSettingsName](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V1P1Beta1/latest/Google.Cloud.SecurityCenter.V1P1Beta1.OrganizationSettingsName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V1P1Beta1/latest/Google.Cloud.SecurityCenter.V1P1Beta1.OrganizationSettings#Google_Cloud_SecurityCenter_V1P1Beta1_OrganizationSettings_Name) resource name property."]]