mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Fri Jun 2 10:25:45 UTC 2023
This commit is contained in:
parent
d0919dce4f
commit
daa9cea776
199 changed files with 7828 additions and 401 deletions
|
|
@ -9,8 +9,9 @@ SYNOPSIS
|
|||
--issuer-uri=ISSUER_URI [--async]
|
||||
[--attribute-condition=ATTRIBUTE_CONDITION] [--description=DESCRIPTION]
|
||||
[--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 ...]
|
||||
[--web-sso-assertion-claims-behavior=WEB_SSO_ASSERTION_CLAIMS_BEHAVIOR,
|
||||
[...]] [--web-sso-response-type=WEB_SSO_RESPONSE_TYPE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a new OIDC workforce pool provider.
|
||||
|
|
@ -191,19 +192,18 @@ 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
|
||||
--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_ASSERTION_CLAIMS_BEHAVIOR must be (only one value is
|
||||
supported): 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.
|
||||
WEB_SSO_RESPONSE_TYPE must be (only one value is supported): id-token.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
|
|
@ -9,8 +9,9 @@ SYNOPSIS
|
|||
[--attribute-mapping=[ATTRIBUTE_MAPPING,...]] [--client-id=CLIENT_ID]
|
||||
[--description=DESCRIPTION] [--disabled] [--display-name=DISPLAY_NAME]
|
||||
[--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 ...]
|
||||
[--web-sso-assertion-claims-behavior=WEB_SSO_ASSERTION_CLAIMS_BEHAVIOR,
|
||||
[...]] [--web-sso-response-type=WEB_SSO_RESPONSE_TYPE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Update an OIDC workforce pool provider.
|
||||
|
|
@ -190,19 +191,18 @@ 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
|
||||
--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_ASSERTION_CLAIMS_BEHAVIOR must be (only one value is
|
||||
supported): 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.
|
||||
WEB_SSO_RESPONSE_TYPE must be (only one value is supported): id-token.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue