GetInstanceInstanceEncryptionKey

data class GetInstanceInstanceEncryptionKey(val kmsKeySelfLink: String, val kmsKeyServiceAccount: String, val sha256: String)

Constructors

Link copied to clipboard
constructor(kmsKeySelfLink: String, kmsKeyServiceAccount: String, sha256: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The self link of the encryption key that is stored in Google Cloud KMS.

Link copied to clipboard

The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used.

Link copied to clipboard

The SHA256 hash of the customer's encryption key.