Table of Contents

Class ScopeMappingsRequestBuilder

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

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

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

Constructors

ScopeMappingsRequestBuilder(Dictionary<string, object>, IRequestAdapter)

Instantiates a new ScopeMappingsRequestBuilder and sets the default values.

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

ScopeMappingsRequestBuilder(string, IRequestAdapter)

Instantiates a new ScopeMappingsRequestBuilder and sets the default values.

public ScopeMappingsRequestBuilder(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

Clients

The clients property

[Obsolete("")]
public ClientsRequestBuilder Clients { get; }

Property Value

ClientsRequestBuilder

Realm

The realm property

[Obsolete("")]
public RealmRequestBuilder Realm { get; }

Property Value

RealmRequestBuilder

Methods

GetAsync(Action<RequestConfiguration<DefaultQueryParameters>>?, CancellationToken)

Get all scope mappings for the client

[Obsolete("")]
public Task<MappingsRepresentation?> GetAsync(Action<RequestConfiguration<DefaultQueryParameters>>? requestConfiguration = null, CancellationToken cancellationToken = default)

Parameters

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<MappingsRepresentation>

A MappingsRepresentation

ToGetRequestInformation(Action<RequestConfiguration<DefaultQueryParameters>>?)

Get all scope mappings for the client

[Obsolete("")]
public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<DefaultQueryParameters>>? requestConfiguration = null)

Parameters

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.

[Obsolete("")]
public ScopeMappingsRequestBuilder WithUrl(string rawUrl)

Parameters

rawUrl string

The raw URL to use for the request builder.

Returns

ScopeMappingsRequestBuilder

A ScopeMappingsRequestBuilder