Class UserFederationProviderRepresentation
- Namespace
- Keycloak.AuthServices.Sdk.Admin.Models
- Assembly
- Keycloak.AuthServices.Sdk.dll
public class UserFederationProviderRepresentation
- Inheritance
-
UserFederationProviderRepresentation
- Inherited Members
-
Properties
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
- IDictionary<string, object>
ChangedSyncPeriod
[JsonPropertyName("changedSyncPeriod")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public int? ChangedSyncPeriod { get; set; }
Property Value
- int?
Config
[JsonPropertyName("config")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public IDictionary<string, string>? Config { get; set; }
Property Value
- IDictionary<string, string>
DisplayName
[JsonPropertyName("displayName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? DisplayName { get; set; }
Property Value
- string
FullSyncPeriod
[JsonPropertyName("fullSyncPeriod")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public int? FullSyncPeriod { get; set; }
Property Value
- int?
Id
[JsonPropertyName("id")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Id { get; set; }
Property Value
- string
LastSync
[JsonPropertyName("lastSync")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public int? LastSync { get; set; }
Property Value
- int?
Priority
[JsonPropertyName("priority")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public int? Priority { get; set; }
Property Value
- int?
ProviderName
[JsonPropertyName("providerName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ProviderName { get; set; }
Property Value
- string