mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
34 lines
1.2 KiB
Text
34 lines
1.2 KiB
Text
NAME
|
|
gcloud alpha zone-management auth print-identity-token - print an identity
|
|
token for a specified audience
|
|
|
|
SYNOPSIS
|
|
gcloud alpha zone-management auth print-identity-token --audience=AUDIENCE
|
|
--cred-file=CRED_FILE [GCLOUD_WIDE_FLAG ...]
|
|
|
|
EXAMPLES
|
|
$ gcloud alpha zone-management auth print-identity-token \
|
|
--audience=https://example.com --cred-file=/tmp/cred.json
|
|
|
|
REQUIRED FLAGS
|
|
--audience=AUDIENCE
|
|
Intended recipient of the token. Currently, only one audience can be
|
|
specified.
|
|
|
|
--cred-file=CRED_FILE
|
|
Path to a credential file.
|
|
|
|
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
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist.
|
|
|