Skip to main content

GoogleKMSKeyVersionDefault

No description

type GoogleKMSKeyVersionDefault {
algorithm: GoogleKMSKeyVersionAlgorithm!
attestation: GoogleKMSKeyOperationAttestation!
createdAt: DateTime!
externalProtectionLevelOptions: GoogleKMSKeyVersionExternalProtectionLevelOptions!
generatedAt: DateTime!
importJob: String!
importedAt: DateTime
name: String!
protectionLevel: GoogleKMSKeyVersionProtectionLevel!
reimportEligible: Boolean!
state: GoogleKMSKeyVersionState!
}

Fields

GoogleKMSKeyVersionDefault.algorithm ● GoogleKMSKeyVersionAlgorithm! non-null enum

The CryptoKey version algorithm

GoogleKMSKeyVersionDefault.attestation ● GoogleKMSKeyOperationAttestation! non-null object

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

GoogleKMSKeyVersionDefault.createdAt ● DateTime! non-null scalar

The created date/time

GoogleKMSKeyVersionDefault.externalProtectionLevelOptions ● GoogleKMSKeyVersionExternalProtectionLevelOptions! non-null object

The EXTERNAL protection level and EXTERNAL_VPC protection levels

GoogleKMSKeyVersionDefault.generatedAt ● DateTime! non-null scalar

The time this CryptoKeyVersion's key material was generated

GoogleKMSKeyVersionDefault.importJob ● String! non-null scalar

The name of the ImportJob in the most recent import of this CryptoKeyVersion

GoogleKMSKeyVersionDefault.importedAt ● DateTime scalar

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

GoogleKMSKeyVersionDefault.name ● String! non-null scalar

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

GoogleKMSKeyVersionDefault.protectionLevel ● GoogleKMSKeyVersionProtectionLevel! non-null enum

Describing how crypto operations are performed

GoogleKMSKeyVersionDefault.reimportEligible ● Boolean! non-null scalar

The state if this key version is eligible for reimport

GoogleKMSKeyVersionDefault.state ● GoogleKMSKeyVersionState! non-null enum

The current state of the CryptoKeyVersion

Implemented by

GoogleKMSKeyVersion union