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