Table of Contents

Class UserFederationMapperRepresentation

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

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

Config

[JsonPropertyName("config")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public IDictionary<string, string>? Config { get; set; }

Property Value

IDictionary<string, string>

FederationMapperType

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

Property Value

string

FederationProviderDisplayName

[JsonPropertyName("federationProviderDisplayName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? FederationProviderDisplayName { 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