1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed May 10 11:35:23 UTC 2023

This commit is contained in:
Automated 2023-05-10 11:35:23 +00:00
parent a4643b613a
commit 14441c7ea7
154 changed files with 6649 additions and 164 deletions

View file

@ -8,7 +8,9 @@ SYNOPSIS
--attribute-mapping=[ATTRIBUTE_MAPPING,...] --client-id=CLIENT_ID
--issuer-uri=ISSUER_URI [--async]
[--attribute-condition=ATTRIBUTE_CONDITION] [--description=DESCRIPTION]
[--disabled] [--display-name=DISPLAY_NAME] [GCLOUD_WIDE_FLAG ...]
[--disabled] [--display-name=DISPLAY_NAME]
[--web-sso-assertion-claims-behavior=WEB_SSO_ASSERTION_CLAIMS_BEHAVIOR]
[--web-sso-response-type=WEB_SSO_RESPONSE_TYPE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Create a new OIDC workforce pool provider.
@ -25,7 +27,9 @@ EXAMPLES
--description="My workforce pool provider description." \
--disabled --attribute-mapping="google.subject=assertion.sub" \
--attribute-condition="true" --client-id="client-id" \
--issuer-uri="https://test-idp.com"
--issuer-uri="https://test-idp.com" \
--web-sso-response-type=id-token \
--web-sso-assertion-claims-behavior=only-id-token-claims
POSITIONAL ARGUMENTS
Workforce pool provider resource - The workforce pool provider to create.
@ -187,6 +191,20 @@ OPTIONAL FLAGS
A display name for the workforce pool provider. Cannot exceed 32
characters in length.
--web-sso-assertion-claims-behavior=WEB_SSO_ASSERTION_CLAIMS_BEHAVIOR
The behavior for how OIDC Claims are included in the assertion object
used for attribute mapping and attribute condition. Use
only-id-token-claims to include only ID token claims.
WEB_SSO_ASSERTION_CLAIMS_BEHAVIOR must be one of:
assertion-claims-behavior-unspecified, only-id-token-claims.
--web-sso-response-type=WEB_SSO_RESPONSE_TYPE
Response Type to request for in the OIDC Authorization Request for web
sign-in. Use id-token to select the implicit flow
(https://openid.net/specs/openid-connect-core-1_0.html#ImplicitFlowAuth).
WEB_SSO_RESPONSE_TYPE must be one of: id-token,
response-type-unspecified.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -8,7 +8,9 @@ SYNOPSIS
[--async] [--attribute-condition=ATTRIBUTE_CONDITION]
[--attribute-mapping=[ATTRIBUTE_MAPPING,...]] [--client-id=CLIENT_ID]
[--description=DESCRIPTION] [--disabled] [--display-name=DISPLAY_NAME]
[--issuer-uri=ISSUER_URI] [GCLOUD_WIDE_FLAG ...]
[--issuer-uri=ISSUER_URI]
[--web-sso-assertion-claims-behavior=WEB_SSO_ASSERTION_CLAIMS_BEHAVIOR]
[--web-sso-response-type=WEB_SSO_RESPONSE_TYPE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Update an OIDC workforce pool provider.
@ -25,7 +27,9 @@ EXAMPLES
--description="My workforce pool provider description." \
--disabled --attribute-mapping="google.subject=assertion.sub" \
--attribute-condition="true" --client-id="client-id" \
--issuer-uri="https://test-idp.com"
--issuer-uri="https://test-idp.com" \
--web-sso-response-type=id-token \
--web-sso-assertion-claims-behavior=only-id-token-claims
POSITIONAL ARGUMENTS
Workforce pool provider resource - The workforce pool provider to update.
@ -186,6 +190,20 @@ FLAGS
--issuer-uri=ISSUER_URI
The OIDC issuer URI. Must be a valid URI using the 'https' scheme.
--web-sso-assertion-claims-behavior=WEB_SSO_ASSERTION_CLAIMS_BEHAVIOR
The behavior for how OIDC Claims are included in the assertion object
used for attribute mapping and attribute condition. Use
only-id-token-claims to include only ID token claims.
WEB_SSO_ASSERTION_CLAIMS_BEHAVIOR must be one of:
assertion-claims-behavior-unspecified, only-id-token-claims.
--web-sso-response-type=WEB_SSO_RESPONSE_TYPE
Response Type to request for in the OIDC Authorization Request for web
sign-in. Use id-token to select the implicit flow
(https://openid.net/specs/openid-connect-core-1_0.html#ImplicitFlowAuth).
WEB_SSO_RESPONSE_TYPE must be one of: id-token,
response-type-unspecified.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,