Table of Contents

Class ProvidersRequestBuilder

Namespace
Keycloak.AuthServices.Sdk.Kiota.Admin.Admin.Realms.Item.Clients.Item.Installation.Providers
Assembly
Keycloak.AuthServices.Sdk.Kiota.dll

Builds and executes requests for operations under \admin\realms{realm}\clients{client-uuid}\installation\providers

public class ProvidersRequestBuilder : BaseRequestBuilder
Inheritance
BaseRequestBuilder
ProvidersRequestBuilder
Inherited Members
BaseRequestBuilder.PathParameters
BaseRequestBuilder.RequestAdapter
BaseRequestBuilder.UrlTemplate

Constructors

ProvidersRequestBuilder(Dictionary<string, object>, IRequestAdapter)

Instantiates a new ProvidersRequestBuilder and sets the default values.

public ProvidersRequestBuilder(Dictionary<string, object> pathParameters, IRequestAdapter requestAdapter)

Parameters

pathParameters Dictionary<string, object>

Path parameters for the request

requestAdapter IRequestAdapter

The request adapter to use to execute the requests.

ProvidersRequestBuilder(string, IRequestAdapter)

Instantiates a new ProvidersRequestBuilder and sets the default values.

public ProvidersRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)

Parameters

rawUrl string

The raw URL to use for the request builder.

requestAdapter IRequestAdapter

The request adapter to use to execute the requests.

Properties

this[string]

Gets an item from the Keycloak.AuthServices.Sdk.Kiota.Admin.admin.realms.item.clients.item.installation.providers.item collection

public WithProviderItemRequestBuilder this[string position] { get; }

Parameters

position string

Unique identifier of the item

Property Value

WithProviderItemRequestBuilder

A WithProviderItemRequestBuilder