1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 04:58:26 +00:00

gcloud: Wed Aug 23 10:30:46 UTC 2023

This commit is contained in:
Automated 2023-08-23 10:30:46 +00:00
parent 5f3d6bc974
commit f9edf67fe5
677 changed files with 22815 additions and 975 deletions

View file

@ -5,7 +5,7 @@ NAME
SYNOPSIS
gcloud iam workforce-pools providers create-oidc
(PROVIDER : --location=LOCATION --workforce-pool=WORKFORCE_POOL)
--attribute-mapping=[ATTRIBUTE_MAPPING,...] --client-id=CLIENT_ID
--attribute-mapping=[KEY=VALUE,...] --client-id=CLIENT_ID
--issuer-uri=ISSUER_URI
(--web-sso-assertion-claims-behavior=WEB_SSO_ASSERTION_CLAIMS_BEHAVIOR
--web-sso-response-type=WEB_SSO_RESPONSE_TYPE
@ -73,7 +73,7 @@ POSITIONAL ARGUMENTS
▸ provide the argument --workforce-pool on the command line.
REQUIRED FLAGS
--attribute-mapping=[ATTRIBUTE_MAPPING,...]
--attribute-mapping=[KEY=VALUE,...]
Maps claims from the authentication credentials issued by the Identity
Provider into Google Cloud IAM attributes, e.g. subject, segment.

View file

@ -5,7 +5,7 @@ NAME
SYNOPSIS
gcloud iam workforce-pools providers create-saml
(PROVIDER : --location=LOCATION --workforce-pool=WORKFORCE_POOL)
--attribute-mapping=[ATTRIBUTE_MAPPING,...]
--attribute-mapping=[KEY=VALUE,...]
--idp-metadata-path=IDP_METADATA_PATH [--async]
[--attribute-condition=ATTRIBUTE_CONDITION] [--description=DESCRIPTION]
[--disabled] [--display-name=DISPLAY_NAME] [GCLOUD_WIDE_FLAG ...]
@ -65,7 +65,7 @@ POSITIONAL ARGUMENTS
▸ provide the argument --workforce-pool on the command line.
REQUIRED FLAGS
--attribute-mapping=[ATTRIBUTE_MAPPING,...]
--attribute-mapping=[KEY=VALUE,...]
Maps claims from the authentication credentials issued by the Identity
Provider into Google Cloud IAM attributes, e.g. subject, segment.

View file

@ -6,7 +6,7 @@ SYNOPSIS
gcloud iam workforce-pools providers update-oidc
(PROVIDER : --location=LOCATION --workforce-pool=WORKFORCE_POOL)
[--async] [--attribute-condition=ATTRIBUTE_CONDITION]
[--attribute-mapping=[ATTRIBUTE_MAPPING,...]] [--client-id=CLIENT_ID]
[--attribute-mapping=[KEY=VALUE,...]] [--client-id=CLIENT_ID]
[--description=DESCRIPTION] [--disabled] [--display-name=DISPLAY_NAME]
[--issuer-uri=ISSUER_URI]
[--web-sso-additional-scopes=[WEB_SSO_ADDITIONAL_SCOPES,...]]
@ -105,7 +105,7 @@ FLAGS
"'admins' in google.groups"
--attribute-mapping=[ATTRIBUTE_MAPPING,...]
--attribute-mapping=[KEY=VALUE,...]
Maps claims from the authentication credentials issued by the Identity
Provider into Google Cloud IAM attributes, e.g. subject, segment.

View file

@ -6,8 +6,8 @@ SYNOPSIS
gcloud iam workforce-pools providers update-saml
(PROVIDER : --location=LOCATION --workforce-pool=WORKFORCE_POOL)
[--async] [--attribute-condition=ATTRIBUTE_CONDITION]
[--attribute-mapping=[ATTRIBUTE_MAPPING,...]]
[--description=DESCRIPTION] [--disabled] [--display-name=DISPLAY_NAME]
[--attribute-mapping=[KEY=VALUE,...]] [--description=DESCRIPTION]
[--disabled] [--display-name=DISPLAY_NAME]
[--idp-metadata-path=IDP_METADATA_PATH] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -96,7 +96,7 @@ FLAGS
"'admins' in google.groups"
--attribute-mapping=[ATTRIBUTE_MAPPING,...]
--attribute-mapping=[KEY=VALUE,...]
Maps claims from the authentication credentials issued by the Identity
Provider into Google Cloud IAM attributes, e.g. subject, segment.