Output only. The organization-level service account to be used for security center
components. The component must have permission to "act as" the service
account.
[[["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."],[],[],null,["# Google Cloud Security Command Center Settings v1beta1 API - Class Settings (2.0.0-beta04)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta04 (latest)](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.Settings)\n- [2.0.0-beta03](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/2.0.0-beta03/Google.Cloud.SecurityCenter.Settings.V1Beta1.Settings)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/1.0.0-beta04/Google.Cloud.SecurityCenter.Settings.V1Beta1.Settings) \n\n public sealed class Settings : IMessage\u003cSettings\u003e, IEquatable\u003cSettings\u003e, IDeepCloneable\u003cSettings\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Security Command Center Settings v1beta1 API class Settings.\n\nCommon configuration settings for all of Security Center. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Settings \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Settings](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.Settings), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Settings](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.Settings), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Settings](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.Settings), [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.Settings.V1Beta1](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.SecurityCenter.Settings.V1Beta1.dll\n\nConstructors\n------------\n\n### Settings()\n\n public Settings()\n\n### Settings(Settings)\n\n public Settings(Settings other)\n\nProperties\n----------\n\n### BillingSettings\n\n public BillingSettings BillingSettings { get; set; }\n\nBilling settings\n\n### ComponentSettings\n\n public MapField\u003cstring, ComponentSettings\u003e ComponentSettings { get; }\n\nThe settings for detectors and/or scanners.\n\n### DetectorGroupSettings\n\n public MapField\u003cstring, Settings.Types.DetectorGroupSettings\u003e DetectorGroupSettings { get; }\n\nDetector group settings for all Security Center components.\nThe key is the name of the detector group and the value is the settings for\nthat group.\n\n### Etag\n\n public string Etag { get; set; }\n\nA fingerprint used for optimistic concurrency. If none is provided\non updates then the existing metadata will be blindly overwritten.\n\n### Name\n\n public string Name { get; set; }\n\nThe relative resource name of the settings resource.\nFormats:\n\n- `organizations/{organization}/settings`\n- `folders/{folder}/settings`\n- `projects/{project}/settings`\n- `projects/{project}/locations/{location}/clusters/{cluster}/settings`\n- `projects/{project}/regions/{region}/clusters/{cluster}/settings`\n- `projects/{project}/zones/{zone}/clusters/{cluster}/settings`\n\n### OrgServiceAccount\n\n public string OrgServiceAccount { get; set; }\n\nOutput only. The organization-level service account to be used for security center\ncomponents. The component must have permission to \"act as\" the service\naccount.\n\n### SettingsName\n\n public SettingsName SettingsName { get; set; }\n\n[SettingsName](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.SettingsName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.Settings#Google_Cloud_SecurityCenter_Settings_V1Beta1_Settings_Name) resource name property.\n\n### SinkSettings\n\n public SinkSettings SinkSettings { get; set; }\n\nSink settings.\n\n### State\n\n public Settings.Types.OnboardingState State { get; set; }\n\nAn enum representing the current on boarding state of SCC.\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nOutput only. The time these settings were last updated."]]