Class ComponentTypeRepresentation
- Namespace
- Keycloak.AuthServices.Sdk.Admin.Models
- Assembly
- Keycloak.AuthServices.Sdk.dll
public class ComponentTypeRepresentation
- Inheritance
-
ComponentTypeRepresentation
- Inherited Members
-
Properties
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
- IDictionary<string, object>
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
[JsonPropertyName("metadata")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public IDictionary<string, object>? Metadata { get; set; }
Property Value
- IDictionary<string, object>
Properties
[JsonPropertyName("properties")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<ConfigPropertyRepresentation>? Properties { get; set; }
Property Value
- ICollection<ConfigPropertyRepresentation>