[[["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-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eServiceCollectionExtensions\u003c/code\u003e class within the Security Command Center v2 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eServiceCollectionExtensions\u003c/code\u003e static class offers methods to configure API clients, specifically focusing on adding a \u003ccode\u003eSecurityCenterClient\u003c/code\u003e to an \u003ccode\u003eIServiceCollection\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two \u003ccode\u003eAddSecurityCenterClient\u003c/code\u003e methods that allow for configuring the \u003ccode\u003eSecurityCenterClient\u003c/code\u003e via an \u003ccode\u003eAction\u003c/code\u003e delegate, which can either have a \u003ccode\u003eSecurityCenterClientBuilder\u003c/code\u003e alone, or with an \u003ccode\u003eIServiceProvider\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThese methods return the \u003ccode\u003eIServiceCollection\u003c/code\u003e to allow for method chaining.\u003c/p\u003e\n"],["\u003cp\u003eThe most up to date version is 1.1.0, while 1.0.0 is also available to reference.\u003c/p\u003e\n"]]],[],null,["# Security Command Center v2 API - Class ServiceCollectionExtensions (1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Microsoft.Extensions.DependencyInjection.ServiceCollectionExtensions)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.1.0/Microsoft.Extensions.DependencyInjection.ServiceCollectionExtensions)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.0.0/Microsoft.Extensions.DependencyInjection.ServiceCollectionExtensions) \n\n public static class ServiceCollectionExtensions\n\nReference documentation and code samples for the Security Command Center v2 API class ServiceCollectionExtensions.\n\nStatic class to provide extension methods to configure API clients. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ServiceCollectionExtensions \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.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Microsoft.Extensions.DependencyInjection](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Microsoft.Extensions.DependencyInjection)\n\nAssembly\n--------\n\nGoogle.Cloud.SecurityCenter.V2.dll\n\nMethods\n-------\n\n### AddSecurityCenterClient(IServiceCollection, Action\\\u003cSecurityCenterClientBuilder\\\u003e)\n\n public static IServiceCollection AddSecurityCenterClient(this IServiceCollection services, Action\u003cSecurityCenterClientBuilder\u003e action = null)\n\nAdds a singleton [SecurityCenterClient](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.SecurityCenterClient) to `services`.\n\n### AddSecurityCenterClient(IServiceCollection, Action\\\u003cIServiceProvider, SecurityCenterClientBuilder\\\u003e)\n\n public static IServiceCollection AddSecurityCenterClient(this IServiceCollection services, Action\u003cIServiceProvider, SecurityCenterClientBuilder\u003e action)\n\nAdds a singleton [SecurityCenterClient](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.SecurityCenterClient) to `services`."]]