gcloud beta agent-identity auth-providers query

NAME
gcloud beta agent-identity auth-providers query - query auth providers used by a workload
SYNOPSIS
gcloud beta agent-identity auth-providers query --location=LOCATION --workload-id=WORKLOAD_ID [GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) Query what auth providers are used by a given workload identifier.
EXAMPLES
To query auth providers used by workload 'my-workload' in location 'us-central1' and project 'my-project', run:
gcloud beta agent-identity auth-providers query --location=us-central1 --project=my-project --workload-id=my-workload
REQUIRED FLAGS
Location resource - The parent resource where the search is performed. Format: projects/{project}/locations/{location} This represents a Cloud 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 --location on the command line with a fully specified name;
  • provide the argument --project on the command line;
  • set the property core/project.

This must be specified.

--location=LOCATION
ID of the location or fully qualified identifier for the location.

To set the location attribute:

  • provide the argument --location on the command line.
--workload-id=WORKLOAD_ID
The workload identifier to filter by.
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 agentidentity/v1alpha API. The full documentation for this API can be found at: https://cloud.google.com/iam/docs/
NOTES
This command is currently in beta and might change without notice. This variant is also available:
gcloud alpha agent-identity auth-providers query