Class PublishedRealmRepresentation
- Namespace
- Keycloak.AuthServices.Sdk.Admin.Models
- Assembly
- Keycloak.AuthServices.Sdk.dll
public class PublishedRealmRepresentation
- Inheritance
-
PublishedRealmRepresentation
- Inherited Members
-
Properties
AccountService
[JsonPropertyName("account-service")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? AccountService { get; set; }
Property Value
- string
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
- IDictionary<string, object>
Public_key
[JsonPropertyName("public_key")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Public_key { get; set; }
Property Value
- string
Realm
[JsonPropertyName("realm")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Realm { get; set; }
Property Value
- string
TokenService
[JsonPropertyName("token-service")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? TokenService { get; set; }
Property Value
- string
TokensNotBefore
[JsonPropertyName("tokens-not-before")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public int? TokensNotBefore { get; set; }
Property Value
- int?