Class AuthenticationFlowRepresentation
- Namespace
- Keycloak.AuthServices.Sdk.Admin.Models
- Assembly
- Keycloak.AuthServices.Sdk.dll
public class AuthenticationFlowRepresentation
- Inheritance
-
AuthenticationFlowRepresentation
- 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
AuthenticationExecutions
[JsonPropertyName("authenticationExecutions")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<AuthenticationExecutionExportRepresentation>? AuthenticationExecutions { get; set; }
Property Value
- ICollection<AuthenticationExecutionExportRepresentation>
BuiltIn
[JsonPropertyName("builtIn")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? BuiltIn { get; set; }
Property Value
- bool?
Description
[JsonPropertyName("description")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Description { get; set; }
Property Value
- string
Id
[JsonPropertyName("id")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Id { get; set; }
Property Value
- string
ProviderId
[JsonPropertyName("providerId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ProviderId { get; set; }
Property Value
- string
TopLevel
[JsonPropertyName("topLevel")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? TopLevel { get; set; }
Property Value
- bool?