Table of Contents

Class GroupByPathRequestBuilder

Namespace
Keycloak.AuthServices.Sdk.Kiota.Admin.Admin.Realms.Item.GroupByPath
Assembly
Keycloak.AuthServices.Sdk.Kiota.dll

Builds and executes requests for operations under \admin\realms{realm}\group-by-path

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

Constructors

GroupByPathRequestBuilder(Dictionary<string, object>, IRequestAdapter)

Instantiates a new GroupByPathRequestBuilder and sets the default values.

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

GroupByPathRequestBuilder(string, IRequestAdapter)

Instantiates a new GroupByPathRequestBuilder and sets the default values.

public GroupByPathRequestBuilder(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.groupByPath.item collection

public WithPathItemRequestBuilder this[string position] { get; }

Parameters

position string

Unique identifier of the item

Property Value

WithPathItemRequestBuilder

A WithPathItemRequestBuilder