Class KeysMetadataRepresentation
- Namespace
- Keycloak.AuthServices.Sdk.Admin.Models
- Assembly
- Keycloak.AuthServices.Sdk.dll
public class KeysMetadataRepresentation
- Inheritance
-
KeysMetadataRepresentation
- Inherited Members
Properties
Active
[JsonPropertyName("active")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public IDictionary<string, string>? Active { get; set; }
Property Value
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Keys
[JsonPropertyName("keys")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<KeyMetadataRepresentation>? Keys { get; set; }