GoogleCloudKMSKeyRing
No description
type GoogleCloudKMSKeyRing {
name: String!
createdAt: DateTime!
keys: [GoogleCloudKMSKey!]!
}
Fields
GoogleCloudKMSKeyRing.name ● String! non-null scalar
The key ring name The format:
projects/*/locations/*/keyRings/*
GoogleCloudKMSKeyRing.createdAt ● DateTime! non-null scalar
The created date/time
GoogleCloudKMSKeyRing.keys ● [GoogleCloudKMSKey!]! non-null object
The Google KMS keys
Member of
GoogleCloudKMS object