GoogleKMSKeyVersionStateDestroyed
No description
type GoogleKMSKeyVersionStateDestroyed {
algorithm: GoogleKMSKeyVersionAlgorithm!
attestation: GoogleKMSKeyOperationAttestation!
createdAt: DateTime!
destroyedAt: DateTime!
externalProtectionLevelOptions: GoogleKMSKeyVersionExternalProtectionLevelOptions!
generatedAt: DateTime!
importJob: String!
importedAt: DateTime
name: String!
protectionLevel: GoogleKMSKeyVersionProtectionLevel!
reimportEligible: Boolean!
state: GoogleKMSKeyVersionState!
}
Fields
GoogleKMSKeyVersionStateDestroyed.algorithm ● GoogleKMSKeyVersionAlgorithm! non-null enum
The CryptoKey version algorithm
GoogleKMSKeyVersionStateDestroyed.attestation ● GoogleKMSKeyOperationAttestation! non-null object
Statement that was generated and signed by the HSM at key creation time
GoogleKMSKeyVersionStateDestroyed.createdAt ● DateTime! non-null scalar
The created date/time
GoogleKMSKeyVersionStateDestroyed.destroyedAt ● DateTime! non-null scalar
The time this CryptoKeyVersion's key material was destroyed
GoogleKMSKeyVersionStateDestroyed.externalProtectionLevelOptions ● GoogleKMSKeyVersionExternalProtectionLevelOptions! non-null object
The EXTERNAL protection level and EXTERNAL_VPC protection levels
GoogleKMSKeyVersionStateDestroyed.generatedAt ● DateTime! non-null scalar
The time this CryptoKeyVersion's key material was generated
GoogleKMSKeyVersionStateDestroyed.importJob ● String! non-null scalar
The name of the ImportJob in the most recent import of this CryptoKeyVersion
GoogleKMSKeyVersionStateDestroyed.importedAt ● DateTime scalar
The time at which this CryptoKeyVersion's key material was most recently imported
GoogleKMSKeyVersionStateDestroyed.name ● String! non-null scalar
The name The format:
projects/*/locations/*/keyRings/*/cryptoKeys/*/cryptoKeyVersions/*
GoogleKMSKeyVersionStateDestroyed.protectionLevel ● GoogleKMSKeyVersionProtectionLevel! non-null enum
Describing how crypto operations are performed
GoogleKMSKeyVersionStateDestroyed.reimportEligible ● Boolean! non-null scalar
The state if this key version is eligible for reimport
GoogleKMSKeyVersionStateDestroyed.state ● GoogleKMSKeyVersionState! non-null enum
The current state of the CryptoKeyVersion
Implemented by
GoogleKMSKeyVersion union