Table of Contents

Class AuthenticationExecutionInfoRepresentation

Namespace
Keycloak.AuthServices.Sdk.Admin.Models
Assembly
Keycloak.AuthServices.Sdk.dll
public class AuthenticationExecutionInfoRepresentation
Inheritance
AuthenticationExecutionInfoRepresentation
Inherited Members

Properties

AdditionalProperties

[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }

Property Value

IDictionary<string, object>

Alias

[JsonPropertyName("alias")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Alias { get; set; }

Property Value

string

AuthenticationConfig

[JsonPropertyName("authenticationConfig")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? AuthenticationConfig { get; set; }

Property Value

string

AuthenticationFlow

[JsonPropertyName("authenticationFlow")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? AuthenticationFlow { get; set; }

Property Value

bool?

Configurable

[JsonPropertyName("configurable")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Configurable { get; set; }

Property Value

bool?

Description

[JsonPropertyName("description")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Description { get; set; }

Property Value

string

DisplayName

[JsonPropertyName("displayName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? DisplayName { get; set; }

Property Value

string

FlowId

[JsonPropertyName("flowId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? FlowId { get; set; }

Property Value

string

Id

[JsonPropertyName("id")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Id { get; set; }

Property Value

string

Index

[JsonPropertyName("index")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public int? Index { get; set; }

Property Value

int?

Level

[JsonPropertyName("level")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public int? Level { get; set; }

Property Value

int?

ProviderId

[JsonPropertyName("providerId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ProviderId { get; set; }

Property Value

string

Requirement

[JsonPropertyName("requirement")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Requirement { get; set; }

Property Value

string

RequirementChoices

[JsonPropertyName("requirementChoices")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<string>? RequirementChoices { get; set; }

Property Value

ICollection<string>