Skip to main content

GoogleCloudKMSKeyVersionDefault

No description

type GoogleCloudKMSKeyVersionDefault {
algorithm: GoogleCloudKMSKeyVersionAlgorithm!
attestation: GoogleCloudKMSKeyOperationAttestation
createdAt: DateTime!
externalProtectionLevelOptions: GoogleCloudKMSKeyVersionExternalProtectionLevelOptions
generatedAt: DateTime!
importJob: String
importedAt: DateTime
name: String!
protectionLevel: GoogleCloudKMSKeyVersionProtectionLevel!
reimportEligible: Boolean!
state: GoogleCloudKMSKeyVersionState!
}

Fields

GoogleCloudKMSKeyVersionDefault.algorithm ● GoogleCloudKMSKeyVersionAlgorithm! non-null enum

The CryptoKey version algorithm

GoogleCloudKMSKeyVersionDefault.attestation ● GoogleCloudKMSKeyOperationAttestation object

A statement that was generated and signed by the HSM at key creation time

GoogleCloudKMSKeyVersionDefault.createdAt ● DateTime! non-null scalar

The created date/time

GoogleCloudKMSKeyVersionDefault.externalProtectionLevelOptions ● GoogleCloudKMSKeyVersionExternalProtectionLevelOptions object

The EXTERNAL protection level and EXTERNAL_VPC protection levels

GoogleCloudKMSKeyVersionDefault.generatedAt ● DateTime! non-null scalar

The time at which this CryptoKeyVersion's key material was generated

GoogleCloudKMSKeyVersionDefault.importJob ● String scalar

The name in the most recent import of this CryptoKeyVersion

GoogleCloudKMSKeyVersionDefault.importedAt ● DateTime scalar

The time at which this CryptoKeyVersion's key material was most recently imported

GoogleCloudKMSKeyVersionDefault.name ● String! non-null scalar

The name The format: projects/*/locations/*/keyRings/*/cryptoKeys/*/cryptoKeyVersions/*

GoogleCloudKMSKeyVersionDefault.protectionLevel ● GoogleCloudKMSKeyVersionProtectionLevel! non-null enum

Describes how crypto operations are performed

GoogleCloudKMSKeyVersionDefault.reimportEligible ● Boolean! non-null scalar

Indicates whether this key version is eligible for reimport

GoogleCloudKMSKeyVersionDefault.state ● GoogleCloudKMSKeyVersionState! non-null enum

The current state of the CryptoKeyVersion

Implemented by

GoogleCloudKMSKeyVersion union