mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Apr 8 12:08:12 UTC 2026
This commit is contained in:
parent
89a3bc9276
commit
5b03e16435
766 changed files with 29847 additions and 8950 deletions
|
|
@ -291,8 +291,7 @@ OPTIONAL FLAGS
|
|||
Use enabled-for-groups to enable SCIM-managed groups. Use
|
||||
scim-usage-unspecified to disable SCIM-managed groups.
|
||||
|
||||
SCIM_USAGE must be one of: enabled-for-groups,
|
||||
enabled-for-users-groups, scim-usage-unspecified.
|
||||
SCIM_USAGE must be one of: enabled-for-groups, scim-usage-unspecified.
|
||||
|
||||
--extended-attributes-client-id=EXTENDED_ATTRIBUTES_CLIENT_ID
|
||||
(DEPRECATED) The OAuth 2.0 client ID for retrieving extended attributes
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ SYNOPSIS
|
|||
[--attribute-mapping=[KEY=VALUE,...]] [--client-id=CLIENT_ID]
|
||||
[--description=DESCRIPTION] [--detailed-audit-logging] [--disabled]
|
||||
[--display-name=DISPLAY_NAME] [--issuer-uri=ISSUER_URI]
|
||||
[--jwk-json-path=PATH_TO_FILE] [--scim-usage=SCIM_USAGE]
|
||||
[--jwk-json-path=PATH_TO_FILE]
|
||||
[--web-sso-additional-scopes=[WEB_SSO_ADDITIONAL_SCOPES,...]]
|
||||
[--web-sso-assertion-claims-behavior=WEB_SSO_ASSERTION_CLAIMS_BEHAVIOR]
|
||||
[--web-sso-response-type=WEB_SSO_RESPONSE_TYPE]
|
||||
|
|
@ -20,7 +20,7 @@ SYNOPSIS
|
|||
[--clear-extra-attributes-config
|
||||
| --extra-attributes-client-id=EXTRA_ATTRIBUTES_CLIENT_ID
|
||||
--extra-attributes-client-secret-value=EXTRA_ATTRIBUTES_CLIENT_SECRET_VALUE --extra-attributes-filter=EXTRA_ATTRIBUTES_FILTER --extra-attributes-issuer-uri=EXTRA_ATTRIBUTES_ISSUER_URI --extra-attributes-type=EXTRA_ATTRIBUTES_TYPE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--clear-scim-usage | --scim-usage=SCIM_USAGE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Update an OIDC workforce pool provider.
|
||||
|
|
@ -231,21 +231,6 @@ FLAGS
|
|||
. Use a full or relative path to a local file containing the value of
|
||||
jwk_json_path.
|
||||
|
||||
--scim-usage=SCIM_USAGE
|
||||
Specifies whether the workforce identity pool provider uses
|
||||
SCIM-managed groups instead of the google.groups attribute mapping for
|
||||
authorization checks.
|
||||
|
||||
The scim_usage and extended_attributes_oauth2_client fields are
|
||||
mutually exclusive. A request that enables both fields on the same
|
||||
workforce identity pool provider will produce an error.
|
||||
|
||||
Use enabled-for-groups to enable SCIM-managed groups. Use
|
||||
scim-usage-unspecified to disable SCIM-managed groups.
|
||||
|
||||
SCIM_USAGE must be one of: enabled-for-groups,
|
||||
enabled-for-users-groups, scim-usage-unspecified.
|
||||
|
||||
--web-sso-additional-scopes=[WEB_SSO_ADDITIONAL_SCOPES,...]
|
||||
Additional scopes to request for the OIDC authentication on top of
|
||||
scopes requested by default. By default, the openid, profile and email
|
||||
|
|
@ -394,6 +379,26 @@ FLAGS
|
|||
attributes-type-unspecified, azure-ad-groups-display-name,
|
||||
azure-ad-groups-id, azure-ad-groups-mail.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-scim-usage
|
||||
Clear the SCIM usage configuration, resetting it to unspecified.
|
||||
|
||||
--scim-usage=SCIM_USAGE
|
||||
Specifies whether the workforce identity pool provider uses
|
||||
SCIM-managed groups instead of the google.groups attribute mapping
|
||||
for authorization checks.
|
||||
|
||||
The scim_usage and extended_attributes_oauth2_client fields are
|
||||
mutually exclusive. A request that enables both fields on the same
|
||||
workforce identity pool provider will produce an error.
|
||||
|
||||
Use enabled-for-groups to enable SCIM-managed groups. Use
|
||||
scim-usage-unspecified to disable SCIM-managed groups.
|
||||
|
||||
SCIM_USAGE must be one of: enabled-for-groups,
|
||||
scim-usage-unspecified.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue