Table of Contents

Class MoveAfterRequestBuilder

Namespace
Keycloak.AuthServices.Sdk.Kiota.Admin.Admin.Realms.Item.Users.Item.Credentials.Item.MoveAfter
Assembly
Keycloak.AuthServices.Sdk.Kiota.dll

Builds and executes requests for operations under \admin\realms{realm}\users{user-id}\credentials{credentialId}\moveAfter

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

Constructors

MoveAfterRequestBuilder(Dictionary<string, object>, IRequestAdapter)

Instantiates a new MoveAfterRequestBuilder and sets the default values.

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

MoveAfterRequestBuilder(string, IRequestAdapter)

Instantiates a new MoveAfterRequestBuilder and sets the default values.

public MoveAfterRequestBuilder(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.users.item.credentials.item.moveAfter.item collection

public WithNewPreviousCredentialItemRequestBuilder this[string position] { get; }

Parameters

position string

The credential that will be the previous element in the list. If set to null, the moved credential will be the first element in the list.

Property Value

WithNewPreviousCredentialItemRequestBuilder

A WithNewPreviousCredentialItemRequestBuilder