Table of Contents

Class NotGrantedRequestBuilder

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

Builds and executes requests for operations under \admin\realms{realm}\clients{client-uuid}\evaluate-scopes\scope-mappings{roleContainerId}\not-granted

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

Constructors

NotGrantedRequestBuilder(Dictionary<string, object>, IRequestAdapter)

Instantiates a new NotGrantedRequestBuilder and sets the default values.

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

NotGrantedRequestBuilder(string, IRequestAdapter)

Instantiates a new NotGrantedRequestBuilder and sets the default values.

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

Methods

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

Defacto all the other roles of particular role container, which are not in {@link #getGrantedScopeMappings()}

public Task<List<RoleRepresentation>?> GetAsync(Action<RequestConfiguration<NotGrantedRequestBuilder.NotGrantedRequestBuilderGetQueryParameters>>? requestConfiguration = null, CancellationToken cancellationToken = default)

Parameters

requestConfiguration Action<RequestConfiguration<NotGrantedRequestBuilder.NotGrantedRequestBuilderGetQueryParameters>>

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

cancellationToken CancellationToken

Cancellation token to use when cancelling requests

Returns

Task<List<RoleRepresentation>>

A List<RoleRepresentation>

ToGetRequestInformation(Action<RequestConfiguration<NotGrantedRequestBuilderGetQueryParameters>>?)

Defacto all the other roles of particular role container, which are not in {@link #getGrantedScopeMappings()}

public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<NotGrantedRequestBuilder.NotGrantedRequestBuilderGetQueryParameters>>? requestConfiguration = null)

Parameters

requestConfiguration Action<RequestConfiguration<NotGrantedRequestBuilder.NotGrantedRequestBuilderGetQueryParameters>>

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 NotGrantedRequestBuilder WithUrl(string rawUrl)

Parameters

rawUrl string

The raw URL to use for the request builder.

Returns

NotGrantedRequestBuilder

A NotGrantedRequestBuilder