KeyAuthorization

@Serializable
data class KeyAuthorization(val namespaces: Array<String>? = null, val dataElements: Map<String, Array<String>>? = null)(source)

Part of the ISO/IEC 18013-5:2021 standard: Data structure for MSO (9.1.2.4)

Constructors

Link copied to clipboard
constructor(namespaces: Array<String>? = null, dataElements: Map<String, Array<String>>? = null)

Properties

Link copied to clipboard
@SerialName(value = "dataElements")
val dataElements: Map<String, Array<String>>? = null
Link copied to clipboard
@SerialName(value = "nameSpaces")
val namespaces: Array<String>? = null

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int