Table of Contents

Class ComponentExportRepresentation

Namespace
Keycloak.AuthServices.Sdk.Admin.Models
Assembly
Keycloak.AuthServices.Sdk.dll
public class ComponentExportRepresentation
Inheritance
ComponentExportRepresentation
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 MultivaluedHashMapStringString? Config { get; set; }

Property Value

MultivaluedHashMapStringString

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

ProviderId

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

Property Value

string

SubComponents

[JsonPropertyName("subComponents")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public MultivaluedHashMapStringComponentExportRepresentation? SubComponents { get; set; }

Property Value

MultivaluedHashMapStringComponentExportRepresentation

SubType

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

Property Value

string