Class UPConfig
- Namespace
- Keycloak.AuthServices.Sdk.Admin.Models
- Assembly
- Keycloak.AuthServices.Sdk.dll
- Inheritance
-
UPConfig
- Inherited Members
-
Properties
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
- IDictionary<string, object>
Attributes
[JsonPropertyName("attributes")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<UPAttribute>? Attributes { get; set; }
Property Value
- ICollection<UPAttribute>
Groups
[JsonPropertyName("groups")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<UPGroup>? Groups { get; set; }
Property Value
- ICollection<UPGroup>
UnmanagedAttributePolicy
[JsonPropertyName("unmanagedAttributePolicy")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonConverter(typeof(JsonStringEnumConverter))]
public UnmanagedAttributePolicy? UnmanagedAttributePolicy { get; set; }
Property Value
- UnmanagedAttributePolicy?