public static class ServiceCollectionExtensions
Reference documentation and code samples for the Binary Authorization v1 API class ServiceCollectionExtensions.
Static class to provide extension methods to configure API clients.
Namespace
Microsoft.Extensions.DependencyInjectionAssembly
Google.Cloud.BinaryAuthorization.V1.dll
Methods
AddBinauthzManagementServiceV1Client(IServiceCollection, Action<BinauthzManagementServiceV1ClientBuilder>)
public static IServiceCollection AddBinauthzManagementServiceV1Client(this IServiceCollection services, Action<BinauthzManagementServiceV1ClientBuilder> action = null)
Adds a singleton BinauthzManagementServiceV1Client to services
.
Parameters | |
---|---|
Name | Description |
services | IServiceCollection The service collection to add the client to. The services are used to configure the client when requested. |
action | Action<BinauthzManagementServiceV1ClientBuilder> An optional action to invoke on the client builder. This is invoked before services from
|
Returns | |
---|---|
Type | Description |
IServiceCollection |
AddSystemPolicyV1Client(IServiceCollection, Action<SystemPolicyV1ClientBuilder>)
public static IServiceCollection AddSystemPolicyV1Client(this IServiceCollection services, Action<SystemPolicyV1ClientBuilder> action = null)
Adds a singleton SystemPolicyV1Client to services
.
Parameters | |
---|---|
Name | Description |
services | IServiceCollection The service collection to add the client to. The services are used to configure the client when requested. |
action | Action<SystemPolicyV1ClientBuilder> An optional action to invoke on the client builder. This is invoked before services from
|
Returns | |
---|---|
Type | Description |
IServiceCollection |
AddValidationHelperV1Client(IServiceCollection, Action<ValidationHelperV1ClientBuilder>)
public static IServiceCollection AddValidationHelperV1Client(this IServiceCollection services, Action<ValidationHelperV1ClientBuilder> action = null)
Adds a singleton ValidationHelperV1Client to services
.
Parameters | |
---|---|
Name | Description |
services | IServiceCollection The service collection to add the client to. The services are used to configure the client when requested. |
action | Action<ValidationHelperV1ClientBuilder> An optional action to invoke on the client builder. This is invoked before services from
|
Returns | |
---|---|
Type | Description |
IServiceCollection |