mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-21 14:39:15 +00:00
gcloud: Tue Mar 1 04:29:52 UTC 2022
This commit is contained in:
parent
aab53307a8
commit
1456dab6c7
9791 changed files with 814712 additions and 0 deletions
84
gcloud/alpha/iam/workload-identity-pools/operations/describe
Normal file
84
gcloud/alpha/iam/workload-identity-pools/operations/describe
Normal file
|
|
@ -0,0 +1,84 @@
|
|||
NAME
|
||||
gcloud alpha iam workload-identity-pools operations describe - describe a
|
||||
workload identity pool operation
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha iam workload-identity-pools operations describe
|
||||
(OPERATION : --location=LOCATION
|
||||
--workload-identity-pool=WORKLOAD_IDENTITY_POOL)
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Describe a workload identity pool operation.
|
||||
|
||||
EXAMPLES
|
||||
The following command describes the long running workload identity
|
||||
poolProvider operation with the ID my-operation:
|
||||
|
||||
$ gcloud alpha iam workload-identity-pools operations describe \
|
||||
my-operation \
|
||||
--workload-identity-pool="my-workload-identity-pool" \
|
||||
--location="global"
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Workload identity pool operation resource - The workload identity pool
|
||||
long running operation to describe. The arguments in this group can be
|
||||
used to specify the attributes of this resource. (NOTE) Some attributes
|
||||
are not given arguments in this group but can be set in other ways. To set
|
||||
the project attribute:
|
||||
◆ provide the argument operation on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
OPERATION
|
||||
ID of the workload identity pool operation or fully qualified
|
||||
identifier for the workload identity pool operation. To set the
|
||||
operation attribute:
|
||||
▸ provide the argument operation on the command line.
|
||||
|
||||
This positional must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The location name. To set the location attribute:
|
||||
▸ provide the argument operation on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
--workload-identity-pool=WORKLOAD_IDENTITY_POOL
|
||||
The ID to use for the pool, which becomes the final component of the
|
||||
resource name. This value should be 4-32 characters, and may contain
|
||||
the characters [a-z0-9-]. The prefix gcp- is reserved for use by
|
||||
Google, and may not be specified.
|
||||
|
||||
To set the workload-identity-pool attribute:
|
||||
▸ provide the argument operation on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --workload-identity-pool on the command
|
||||
line.
|
||||
|
||||
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.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the iam/v1beta API. The full documentation for this API
|
||||
can be found at: https://cloud.google.com/iam/
|
||||
|
||||
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. These variants are also available:
|
||||
|
||||
$ gcloud iam workload-identity-pools operations describe
|
||||
|
||||
$ gcloud beta iam workload-identity-pools operations describe
|
||||
|
||||
33
gcloud/alpha/iam/workload-identity-pools/operations/help
Normal file
33
gcloud/alpha/iam/workload-identity-pools/operations/help
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
NAME
|
||||
gcloud alpha iam workload-identity-pools operations - manage IAM workload
|
||||
identity pool long running operations
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha iam workload-identity-pools operations COMMAND
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Commands for managing IAM workload identity pool long running
|
||||
operations.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
describe
|
||||
(ALPHA) Describe a workload identity pool operation.
|
||||
|
||||
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. These variants are also available:
|
||||
|
||||
$ gcloud iam workload-identity-pools operations
|
||||
|
||||
$ gcloud beta iam workload-identity-pools operations
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue