mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed May 1 09:26:55 UTC 2024
This commit is contained in:
parent
3740758467
commit
48fac7efd4
454 changed files with 11765 additions and 12790 deletions
|
|
@ -13,7 +13,10 @@ SYNOPSIS
|
|||
[--async] [--attribute-condition=ATTRIBUTE_CONDITION]
|
||||
[--client-secret-value=CLIENT_SECRET_VALUE] [--description=DESCRIPTION]
|
||||
[--disabled] [--display-name=DISPLAY_NAME]
|
||||
[--jwk-json-path=JWK_JSON_PATH] [GCLOUD_WIDE_FLAG ...]
|
||||
[--jwk-json-path=JWK_JSON_PATH]
|
||||
[--extra-attributes-client-id=EXTRA_ATTRIBUTES_CLIENT_ID
|
||||
--extra-attributes-client-secret-value=EXTRA_ATTRIBUTES_CLIENT_SECRET_VALUE --extra-attributes-issuer-uri=EXTRA_ATTRIBUTES_ISSUER_URI --extra-attributes-type=EXTRA_ATTRIBUTES_TYPE : --extra-attributes-filter=EXTRA_ATTRIBUTES_FILTER]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create a new OIDC workforce pool provider.
|
||||
|
|
@ -266,6 +269,34 @@ OPTIONAL FLAGS
|
|||
]
|
||||
}
|
||||
|
||||
--extra-attributes-client-id=EXTRA_ATTRIBUTES_CLIENT_ID
|
||||
The OAuth 2.0 client ID for retrieving extra attributes from the
|
||||
identity provider. Required to get the Access Token using client
|
||||
credentials grant flow.
|
||||
|
||||
--extra-attributes-client-secret-value=EXTRA_ATTRIBUTES_CLIENT_SECRET_VALUE
|
||||
The OAuth 2.0 client secret for retrieving extra attributes from the
|
||||
identity provider. Required to get the Access Token using client
|
||||
credentials grant flow.
|
||||
|
||||
--extra-attributes-issuer-uri=EXTRA_ATTRIBUTES_ISSUER_URI
|
||||
OIDC identity provider's issuer URI. Must be a valid URI using the
|
||||
'https' scheme. Required to get the OIDC discovery document.
|
||||
|
||||
--extra-attributes-type=EXTRA_ATTRIBUTES_TYPE
|
||||
Represents the identity provider and type of claims that should be
|
||||
fetched. EXTRA_ATTRIBUTES_TYPE must be one of:
|
||||
attributes-type-unspecified, azure-ad-groups-mail.
|
||||
|
||||
--extra-attributes-filter=EXTRA_ATTRIBUTES_FILTER
|
||||
The filter used to request specific records from IdP. In case of
|
||||
attributes type as AZURE_AD_GROUPS_MAIL, it represents the filter used
|
||||
to request specific groups for users from IdP. By default all the
|
||||
groups associated with the user are fetched. The groups that are used
|
||||
should be mail enabled and security enabled. See
|
||||
https://learn.microsoft.com/en-us/graph/search-query-parameter for more
|
||||
details.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@ SYNOPSIS
|
|||
[--web-sso-assertion-claims-behavior=WEB_SSO_ASSERTION_CLAIMS_BEHAVIOR]
|
||||
[--web-sso-response-type=WEB_SSO_RESPONSE_TYPE]
|
||||
[--clear-client-secret | --client-secret-value=CLIENT_SECRET_VALUE]
|
||||
[--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 ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -253,6 +256,39 @@ FLAGS
|
|||
The OIDC client secret. Required to enable Authorization Code flow
|
||||
for web sign-in.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-extra-attributes-config
|
||||
Clear the extra attributes configuration
|
||||
|
||||
--extra-attributes-client-id=EXTRA_ATTRIBUTES_CLIENT_ID
|
||||
The OAuth 2.0 client ID for retrieving extra attributes from the
|
||||
identity provider. Required to get the Access Token using client
|
||||
credentials grant flow.
|
||||
|
||||
--extra-attributes-client-secret-value=EXTRA_ATTRIBUTES_CLIENT_SECRET_VALUE
|
||||
The OAuth 2.0 client secret for retrieving extra attributes from the
|
||||
identity provider. Required to get the Access Token using client
|
||||
credentials grant flow.
|
||||
|
||||
--extra-attributes-filter=EXTRA_ATTRIBUTES_FILTER
|
||||
The filter used to request specific records from IdP. In case of
|
||||
attributes type as AZURE_AD_GROUPS_MAIL, it represents the filter
|
||||
used to request specific groups for users from IdP. By default all
|
||||
the groups associated with the user are fetched. The groups that are
|
||||
used should be mail enabled and security enabled. See
|
||||
https://learn.microsoft.com/en-us/graph/search-query-parameter for
|
||||
more details.
|
||||
|
||||
--extra-attributes-issuer-uri=EXTRA_ATTRIBUTES_ISSUER_URI
|
||||
OIDC identity provider's issuer URI. Must be a valid URI using the
|
||||
'https' scheme. Required to get the OIDC discovery document.
|
||||
|
||||
--extra-attributes-type=EXTRA_ATTRIBUTES_TYPE
|
||||
Represents the identity provider and type of claims that should be
|
||||
fetched. EXTRA_ATTRIBUTES_TYPE must be one of:
|
||||
attributes-type-unspecified, azure-ad-groups-mail.
|
||||
|
||||
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