GetKMSCryptoKeyPlainArgs

data class GetKMSCryptoKeyPlainArgs(val keyRing: String, val name: String) : ConvertibleToJava<GetKMSCryptoKeyPlainArgs>

A collection of arguments for invoking getKMSCryptoKey.

Constructors

Link copied to clipboard
constructor(keyRing: String, name: String)

Properties

Link copied to clipboard

The id of the Google Cloud Platform KeyRing to which the key belongs.

Link copied to clipboard

The CryptoKey's name. A CryptoKey’s name belonging to the specified Google Cloud Platform KeyRing and match the regular expression [a-zA-Z0-9_-]{1,63}

Functions

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