Table of Contents

Class ConfigRequestBuilder

Namespace
Keycloak.AuthServices.Sdk.Kiota.Admin.Admin.Realms.Item.Authentication.Executions.Item.Config
Assembly
Keycloak.AuthServices.Sdk.Kiota.dll

Builds and executes requests for operations under \admin\realms{realm}\authentication\executions{executionId}\config

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

Constructors

ConfigRequestBuilder(Dictionary<string, object>, IRequestAdapter)

Instantiates a new ConfigRequestBuilder and sets the default values.

public ConfigRequestBuilder(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.

ConfigRequestBuilder(string, IRequestAdapter)

Instantiates a new ConfigRequestBuilder and sets the default values.

public ConfigRequestBuilder(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.authentication.executions.item.config.item collection

[Obsolete("")]
public ConfigItemRequestBuilder this[string position] { get; }

Parameters

position string

Configuration id

Property Value

ConfigItemRequestBuilder

A ConfigItemRequestBuilder

Methods

PostAsync(AuthenticatorConfigRepresentation, Action<RequestConfiguration<DefaultQueryParameters>>?, CancellationToken)

Update execution with new configuration

public Task<Stream?> PostAsync(AuthenticatorConfigRepresentation body, Action<RequestConfiguration<DefaultQueryParameters>>? requestConfiguration = null, CancellationToken cancellationToken = default)

Parameters

body AuthenticatorConfigRepresentation

The request body

requestConfiguration Action<RequestConfiguration<DefaultQueryParameters>>

Configuration for the request such as headers, query parameters, and middleware options.

cancellationToken CancellationToken

Cancellation token to use when cancelling requests

Returns

Task<Stream>

A Stream

ToPostRequestInformation(AuthenticatorConfigRepresentation, Action<RequestConfiguration<DefaultQueryParameters>>?)

Update execution with new configuration

public RequestInformation ToPostRequestInformation(AuthenticatorConfigRepresentation body, Action<RequestConfiguration<DefaultQueryParameters>>? requestConfiguration = null)

Parameters

body AuthenticatorConfigRepresentation

The request body

requestConfiguration Action<RequestConfiguration<DefaultQueryParameters>>

Configuration for the request such as headers, query parameters, and middleware options.

Returns

RequestInformation

A Microsoft.Kiota.Abstractions.RequestInformation

WithUrl(string)

Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.

public ConfigRequestBuilder WithUrl(string rawUrl)

Parameters

rawUrl string

The raw URL to use for the request builder.

Returns

ConfigRequestBuilder

A ConfigRequestBuilder