Class ConfigPropertyRepresentation
- Namespace
- Keycloak.AuthServices.Sdk.Admin.Models
- Assembly
- Keycloak.AuthServices.Sdk.dll
public class ConfigPropertyRepresentation
- Inheritance
-
ConfigPropertyRepresentation
- Inherited Members
-
Properties
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
- IDictionary<string, object>
DefaultValue
[JsonPropertyName("defaultValue")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public object? DefaultValue { get; set; }
Property Value
- object
HelpText
[JsonPropertyName("helpText")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? HelpText { get; set; }
Property Value
- string
Label
[JsonPropertyName("label")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Label { get; set; }
Property Value
- string
Name
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Name { get; set; }
Property Value
- string
Options
[JsonPropertyName("options")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<string>? Options { get; set; }
Property Value
- ICollection<string>
ReadOnly
[JsonPropertyName("readOnly")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ReadOnly { get; set; }
Property Value
- bool?
Required
[JsonPropertyName("required")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Required { get; set; }
Property Value
- bool?
Secret
[JsonPropertyName("secret")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Secret { get; set; }
Property Value
- bool?
Type
[JsonPropertyName("type")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Type { get; set; }
Property Value
- string