Table of Contents

Class ExecuteActionsEmailRequestBuilder.ExecuteActionsEmailRequestBuilderPutQueryParameters

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

An email contains a link the user can click to perform a set of required actions. The redirectUri and clientId parameters are optional. If no redirect is given, then there will be no link back to click after actions have completed. Redirect uri must be a valid uri for the particular clientId.

public class ExecuteActionsEmailRequestBuilder.ExecuteActionsEmailRequestBuilderPutQueryParameters
Inheritance
ExecuteActionsEmailRequestBuilder.ExecuteActionsEmailRequestBuilderPutQueryParameters
Inherited Members

Properties

ClientId

Client id

[QueryParameter("client_id")]
public string? ClientId { get; set; }

Property Value

string

Lifespan

Number of seconds after which the generated token expires

[QueryParameter("lifespan")]
public int? Lifespan { get; set; }

Property Value

int?

RedirectUri

Redirect uri

[QueryParameter("redirect_uri")]
public string? RedirectUri { get; set; }

Property Value

string