GcpCreateKeysOutput

data class GcpCreateKeysOutput(val keyRing: KmsKeyRing, val keys: Map<Model, KmsCryptoKey>) : CreateKeysOutput

Constructors

Link copied to clipboard
constructor(keyRing: KmsKeyRing, keys: Map<Model, KmsCryptoKey>)

Properties

Link copied to clipboard
val keyRing: KmsKeyRing
Link copied to clipboard
val keys: Map<Model, KmsCryptoKey>