GetRealmKeysKey

data class GetRealmKeysKey(val algorithm: String, val certificate: String, val kid: String, val providerId: String, val providerPriority: Int, val publicKey: String, val status: String, val type: String)

Constructors

Link copied to clipboard
constructor(algorithm: String, certificate: String, kid: String, providerId: String, providerPriority: Int, publicKey: String, status: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Key algorithm (string)

Link copied to clipboard

Key certificate (string)

Link copied to clipboard
val kid: String

Key ID (string)

Link copied to clipboard

Key provider ID (string)

Link copied to clipboard

Key provider priority (int64)

Link copied to clipboard

Key public key (string)

Link copied to clipboard

When specified, keys will be filtered by status. The statuses can be any of ACTIVE, DISABLED and PASSIVE.

Link copied to clipboard

Key type (string)