OBJECT

GcpNativeKmsCryptoKey

Description

Represents a fully qualified GCP native KMS crypto key.

link GraphQL Schema definition

  • type GcpNativeKmsCryptoKey {
  • # GCP project native ID.
  • projectNativeId: String!
  • # KMS crypto key location.
  • location: String!
  • # KMS crypto key ring.
  • keyRing: String!
  • # KMS crypto key.
  • key: String!
  • }

link Require by