KeyReleasePolicyResponse

data class KeyReleasePolicyResponse(val contentType: String? = null, val data: String? = null)

Constructors

Link copied to clipboard
constructor(contentType: String? = null, data: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val contentType: String? = null

Content type and version of key release policy

Link copied to clipboard
val data: String? = null

Blob encoding the policy rules under which the key can be released.