Table of Contents

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

IDictionary<string, string>

AdditionalProperties

[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }

Property Value

IDictionary<string, object>

Keys

[JsonPropertyName("keys")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<KeyMetadataRepresentation>? Keys { get; set; }

Property Value

ICollection<KeyMetadataRepresentation>