mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 06:11:59 +00:00
59 lines
1.9 KiB
Text
59 lines
1.9 KiB
Text
NAME
|
|
gcloud kms import-jobs describe - get metadata for a given import job
|
|
|
|
SYNOPSIS
|
|
gcloud kms import-jobs describe IMPORT_JOB
|
|
[--attestation-file=ATTESTATION_FILE] [--keyring=KEYRING]
|
|
[--location=LOCATION] [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Returns metadata for the given import job.
|
|
|
|
The optional flag --attestation-file specifies file to write the
|
|
attestation into. The attestation enables the user to verify the integrity
|
|
and provenance of the key. See https://cloud.google.com/kms/docs/attest-key
|
|
for more information about attestations.
|
|
|
|
EXAMPLES
|
|
The following command returns metadata for import job 'strider' within the
|
|
keyring 'fellowship' in the location 'us-central1':
|
|
|
|
$ gcloud kms import-jobs describe strider --keyring=fellowship \
|
|
--location=us-central1
|
|
|
|
For import jobs with protection level HSM, use the --attestation-file flag
|
|
to save the attestation to a local file.
|
|
|
|
$ gcloud kms import-jobs describe strider --keyring=fellowship \
|
|
--location=us-central1 \
|
|
--attestation-file=path/to/attestation.dat
|
|
|
|
POSITIONAL ARGUMENTS
|
|
IMPORT_JOB
|
|
Name of the import job to describe.
|
|
|
|
FLAGS
|
|
--attestation-file=ATTESTATION_FILE
|
|
Path to the output attestation file.
|
|
|
|
--keyring=KEYRING
|
|
Key ring of the import job.
|
|
|
|
--location=LOCATION
|
|
Location of the import job.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --access-token-file, --account,
|
|
--billing-project, --configuration, --flags-file, --flatten, --format,
|
|
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
|
--trace-token, --user-output-enabled, --verbosity.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha kms import-jobs describe
|
|
|
|
$ gcloud beta kms import-jobs describe
|
|
|