Table of Contents

Class WithRoleContainerItemRequestBuilder

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

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

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

Constructors

WithRoleContainerItemRequestBuilder(Dictionary<string, object>, IRequestAdapter)

Instantiates a new WithRoleContainerItemRequestBuilder and sets the default values.

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

WithRoleContainerItemRequestBuilder(string, IRequestAdapter)

Instantiates a new WithRoleContainerItemRequestBuilder and sets the default values.

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

Granted

The granted property

public GrantedRequestBuilder Granted { get; }

Property Value

GrantedRequestBuilder

NotGranted

The notGranted property

public NotGrantedRequestBuilder NotGranted { get; }

Property Value

NotGrantedRequestBuilder