Skip to main content

GoogleKMSKeyVersionStateImportFailed

No description

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

Fields

GoogleKMSKeyVersionStateImportFailed.algorithm ● GoogleKMSKeyVersionAlgorithm! non-null enum

The CryptoKey version algorithm

GoogleKMSKeyVersionStateImportFailed.attestation ● GoogleKMSKeyOperationAttestation! non-null object

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

GoogleKMSKeyVersionStateImportFailed.createdAt ● DateTime! non-null scalar

The created date/time

GoogleKMSKeyVersionStateImportFailed.externalProtectionLevelOptions ● GoogleKMSKeyVersionExternalProtectionLevelOptions! non-null object

The EXTERNAL protection level and EXTERNAL_VPC protection levels

GoogleKMSKeyVersionStateImportFailed.generatedAt ● DateTime! non-null scalar

The time this CryptoKeyVersion's key material was generated

GoogleKMSKeyVersionStateImportFailed.importFailureReason ● String! non-null scalar

The root cause of the most recent import failure

GoogleKMSKeyVersionStateImportFailed.importJob ● String! non-null scalar

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

GoogleKMSKeyVersionStateImportFailed.importedAt ● DateTime scalar

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

GoogleKMSKeyVersionStateImportFailed.name ● String! non-null scalar

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

GoogleKMSKeyVersionStateImportFailed.protectionLevel ● GoogleKMSKeyVersionProtectionLevel! non-null enum

Describing how crypto operations are performed

GoogleKMSKeyVersionStateImportFailed.reimportEligible ● Boolean! non-null scalar

The state if this key version is eligible for reimport

GoogleKMSKeyVersionStateImportFailed.state ● GoogleKMSKeyVersionState! non-null enum

The current state of the CryptoKeyVersion

Implemented by

GoogleKMSKeyVersion union