1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +00:00

gcloud: Tue Mar 1 21:43:54 UTC 2022

This commit is contained in:
Automated 2022-03-01 21:43:54 +00:00
parent c1c3b75313
commit 21878eea72
1018 changed files with 4838 additions and 3409 deletions

View file

@ -17,11 +17,9 @@ EXAMPLES
all required and optional parameters are provided.
$ gcloud beta iam workload-identity-pools create \
my-workload-identity-pool \
--location="global" \
my-workload-identity-pool --location="global" \
--display-name="My workload pool" \
--description="My workload pool description" \
--disabled
--description="My workload pool description" --disabled
POSITIONAL ARGUMENTS
Workload identity pool resource - The workload identity pool to create.

View file

@ -20,15 +20,12 @@ EXAMPLES
Explicit values for all required and optional parameters are provided.
$ gcloud beta iam workload-identity-pools providers create-aws \
my-workload-identity-pool-provider \
--location="global" \
my-workload-identity-pool-provider --location="global" \
--workload-identity-pool="my-workload-identity-pool" \
--display-name="My workload pool provider" \
--description="My workload pool provider description" \
--disabled \
--attribute-mapping="google.subject=assertion.arn" \
--attribute-condition="true" \
--account-id=1234567890
--disabled --attribute-mapping="google.subject=assertion.arn" \
--attribute-condition="true" --account-id=1234567890
POSITIONAL ARGUMENTS
Workload identity pool provider resource - The workload identity pool

View file

@ -20,16 +20,15 @@ EXAMPLES
Explicit values for all required and optional parameters are provided.
$ gcloud beta iam workload-identity-pools providers create-oidc \
my-workload-identity-pool-provider \
--location="global" \
my-workload-identity-pool-provider --location="global" \
--workload-identity-pool="my-workload-identity-pool" \
--display-name="My workload pool provider" \
--description="My workload pool provider description" \
--disabled \
--attribute-mapping="google.subject=assertion.sub" \
--disabled --attribute-mapping="google.subject=assertion.sub" \
--attribute-condition="true" \
--issuer-uri="https://test-idp.com" \
--allowed-audiences=https://test-audience-1.com,https://test-audience-2.com
--allowed-audiences=https://test-audience-1.com,https://\
test-audience-2.com
POSITIONAL ARGUMENTS
Workload identity pool provider resource - The workload identity pool

View file

@ -17,8 +17,8 @@ EXAMPLES
$ gcloud beta iam workload-identity-pools providers delete \
my-workload-identity-pool-provider \
--workload-identity-pool="my-workload-identity-pool" \
--location="global"
--workload-identity-pool="my-workload-identity-pool" \
--location="global"
POSITIONAL ARGUMENTS
Workload identity pool provider resource - The workload identity pool

View file

@ -16,9 +16,9 @@ EXAMPLES
the ID my-workload-identity-pool-provider:
$ gcloud beta iam workload-identity-pools providers describe \
my-workload-identity-pool-provider \
--workload-identity-pool="my-workload-identity-pool" \
--location="global"
my-workload-identity-pool-provider \
--workload-identity-pool="my-workload-identity-pool" \
--location="global"
POSITIONAL ARGUMENTS
Workload identity pool provider resource - The workload identity pool

View file

@ -15,10 +15,9 @@ EXAMPLES
The following command lists all workload identity pool providers in the
workload identity pool, including soft-deleted providers:
$ gcloud beta iam workload-identity-pools providers list \
--workload-identity-pool="my-workload-identity-pool" \
--location="global" \
--show-deleted
$ gcloud beta iam workload-identity-pools providers list \
--workload-identity-pool="my-workload-identity-pool" \
--location="global" --show-deleted
REQUIRED FLAGS
Workload identity pool resource - The location to list workload identity

View file

@ -18,8 +18,7 @@ EXAMPLES
$ gcloud beta iam workload-identity-pools providers operations \
describe my-operation \
--workload-identity-pool="my-workload-identity-pool" \
--provider="my-provider" \
--location="global"
--provider="my-provider" --location="global"
POSITIONAL ARGUMENTS
Workload identity pool provider operation resource - The workload identity

View file

@ -17,8 +17,8 @@ EXAMPLES
$ gcloud beta iam workload-identity-pools providers undelete \
my-workload-identity-pool-provider \
--workload-identity-pool="my-workload-identity-pool" \
--location="global"
--workload-identity-pool="my-workload-identity-pool" \
--location="global"
POSITIONAL ARGUMENTS
Workload identity pool provider resource - The workload identity pool

View file

@ -24,10 +24,8 @@ EXAMPLES
--workload-identity-pool="my-workload-identity-pool" \
--display-name="My workload pool provider" \
--description="My workload pool provider description" \
--disabled \
--attribute-mapping="google.subject=assertion.arn" \
--attribute-condition="true" \
--account-id=1234567890
--disabled --attribute-mapping="google.subject=assertion.arn" \
--attribute-condition="true" --account-id=1234567890
POSITIONAL ARGUMENTS
Workload identity pool provider resource - The workload identity pool

View file

@ -21,16 +21,15 @@ EXAMPLES
and optional parameters are provided:
$ gcloud beta iam workload-identity-pools providers update-oidc \
my-workload-identity-pool-provider \
--location="global" \
my-workload-identity-pool-provider --location="global" \
--workload-identity-pool="my-workload-identity-pool" \
--display-name="My workload pool provider" \
--description="My workload pool provider description" \
--disabled \
--attribute-mapping="google.subject=assertion.sub" \
--disabled --attribute-mapping="google.subject=assertion.sub" \
--attribute-condition="true" \
--issuer-uri="https://test-idp.com"
--allowed-audiences=https://test-audience-1.com,https://test-audience-2.com
--issuer-uri="https://test-idp.com" \
--allowed-audiences=https://test-audience-1.com,https://\
test-audience-2.com
POSITIONAL ARGUMENTS
Workload identity pool provider resource - The workload identity pool

View file

@ -16,11 +16,9 @@ EXAMPLES
my-workload-identity-pool:
$ gcloud beta iam workload-identity-pools update \
my-workload-identity-pool \
--location="global"
my-workload-identity-pool --location="global" \
--display-name="My workload pool" \
--description="My workload pool description" \
--disabled
--description="My workload pool description" --disabled
POSITIONAL ARGUMENTS
Workload identity pool resource - The workload identity pool to update.