GoogleCloudKMSKeyVersionStateImportFailed
No description
type GoogleCloudKMSKeyVersionStateImportFailed {
algorithm: GoogleCloudKMSKeyVersionAlgorithm!
attestation: GoogleCloudKMSKeyOperationAttestation
createdAt: DateTime!
externalProtectionLevelOptions: GoogleCloudKMSKeyVersionExternalProtectionLevelOptions
generatedAt: DateTime!
importFailureReason: String!
importJob: String
importedAt: DateTime
name: String!
protectionLevel: GoogleCloudKMSKeyVersionProtectionLevel!
reimportEligible: Boolean!
state: GoogleCloudKMSKeyVersionState!
}
Fields
GoogleCloudKMSKeyVersionStateImportFailed.algorithm ● GoogleCloudKMSKeyVersionAlgorithm! non-null enum
The CryptoKey version algorithm
GoogleCloudKMSKeyVersionStateImportFailed.attestation ● GoogleCloudKMSKeyOperationAttestation object
Statement that was generated and signed by the HSM at key creation time
GoogleCloudKMSKeyVersionStateImportFailed.createdAt ● DateTime! non-null scalar
The created date/time
GoogleCloudKMSKeyVersionStateImportFailed.externalProtectionLevelOptions ● GoogleCloudKMSKeyVersionExternalProtectionLevelOptions object
The EXTERNAL protection level and EXTERNAL_VPC protection levels
GoogleCloudKMSKeyVersionStateImportFailed.generatedAt ● DateTime! non-null scalar
The time this CryptoKeyVersion's key material was generated
GoogleCloudKMSKeyVersionStateImportFailed.importFailureReason ● String! non-null scalar
The root cause of the most recent import failure
GoogleCloudKMSKeyVersionStateImportFailed.importJob ● String scalar
The name in the most recent import of this CryptoKeyVersion
GoogleCloudKMSKeyVersionStateImportFailed.importedAt ● DateTime scalar
The time at which this CryptoKeyVersion's key material was most recently imported
GoogleCloudKMSKeyVersionStateImportFailed.name ● String! non-null scalar
The name The format:
projects/*/locations/*/keyRings/*/cryptoKeys/*/cryptoKeyVersions/*
GoogleCloudKMSKeyVersionStateImportFailed.protectionLevel ● GoogleCloudKMSKeyVersionProtectionLevel! non-null enum
Describes how crypto operations are performed
GoogleCloudKMSKeyVersionStateImportFailed.reimportEligible ● Boolean! non-null scalar
Indicates whether this key version is eligible for reimport
GoogleCloudKMSKeyVersionStateImportFailed.state ● GoogleCloudKMSKeyVersionState! non-null enum
The current state of the CryptoKeyVersion
Implemented by
GoogleCloudKMSKeyVersion union