Class IdentityProviderMapperTypeRepresentation
- Namespace
- Keycloak.AuthServices.Sdk.Admin.Models
- Assembly
- Keycloak.AuthServices.Sdk.dll
public class IdentityProviderMapperTypeRepresentation
- Inheritance
-
IdentityProviderMapperTypeRepresentation
- Inherited Members
-
Properties
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
- IDictionary<string, object>
Category
[JsonPropertyName("category")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Category { get; set; }
Property Value
- string
HelpText
[JsonPropertyName("helpText")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? HelpText { get; set; }
Property Value
- string
Id
[JsonPropertyName("id")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Id { get; set; }
Property Value
- string
Name
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Name { get; set; }
Property Value
- string
Properties
[JsonPropertyName("properties")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<ConfigPropertyRepresentation>? Properties { get; set; }
Property Value
- ICollection<ConfigPropertyRepresentation>