GetPublicKeyPlainArgs

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

A collection of arguments for invoking getPublicKey.

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(): GetPublicKeyPlainArgs