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
-
BaseRequestBuilderMoveAfterRequestBuilder
- Inherited Members
-
BaseRequestBuilder.PathParametersBaseRequestBuilder.RequestAdapterBaseRequestBuilder.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
IRequestAdapterThe 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
stringThe raw URL to use for the request builder.
requestAdapter
IRequestAdapterThe 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
stringThe 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.