GetKeyPlainArgs

data class GetKeyPlainArgs(val grantTokens: List<String>? = null, val keyId: String) : ConvertibleToJava<GetKeyPlainArgs>

A collection of arguments for invoking getKey.

Constructors

Link copied to clipboard
constructor(grantTokens: List<String>? = null, keyId: String)

Properties

Link copied to clipboard
val grantTokens: List<String>? = null

List of grant tokens

Link copied to clipboard

Key identifier which can be one of the following format:

Functions

Link copied to clipboard
open override fun toJava(): GetKeyPlainArgs