mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 21:20:07 +00:00
gcloud: Wed Jul 31 09:35:15 UTC 2024
This commit is contained in:
parent
3a4c5997b9
commit
ed2f818f7a
2722 changed files with 12631 additions and 6826 deletions
|
|
@ -13,7 +13,7 @@ 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]
|
||||
[--jwk-json-path=PATH_TO_FILE]
|
||||
[--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 ...]
|
||||
|
|
@ -249,7 +249,7 @@ OPTIONAL FLAGS
|
|||
A display name for the workforce pool provider. Cannot exceed 32
|
||||
characters in length.
|
||||
|
||||
--jwk-json-path=JWK_JSON_PATH
|
||||
--jwk-json-path=PATH_TO_FILE
|
||||
Optional file containing JSON Web Key (JWK) public keys. The file
|
||||
format must follow JWK specifications
|
||||
(https://www.rfc-editor.org/rfc/rfc7517#section-4). Example file
|
||||
|
|
@ -268,52 +268,41 @@ OPTIONAL FLAGS
|
|||
}
|
||||
]
|
||||
}
|
||||
```. Use a full or relative path to a local file containing the value of jwk_json_path.
|
||||
|
||||
--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-id*=_EXTRA_ATTRIBUTES_CLIENT_ID_::
|
||||
|
||||
--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.
|
||||
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-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-client-secret-value*=_EXTRA_ATTRIBUTES_CLIENT_SECRET_VALUE_::
|
||||
|
||||
--extra-attributes-type=EXTRA_ATTRIBUTES_TYPE
|
||||
Represents the identity provider and type of claims that should be
|
||||
fetched. EXTRA_ATTRIBUTES_TYPE must be (only one value is supported):
|
||||
azure-ad-groups-mail.
|
||||
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 (only one value is supported): *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,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
Run *$ gcloud help* for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the iam/v1 API. The full documentation for this API can
|
||||
be found at: https://cloud.google.com/iam/
|
||||
This command uses the *iam/v1* API. The full documentation for this API can be found at: https://cloud.google.com/iam/
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
This command is currently in beta and might change without notice.
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud iam workforce-pools providers create-oidc
|
||||
$ gcloud iam workforce-pools providers create-oidc
|
||||
|
||||
$ gcloud alpha iam workforce-pools providers create-oidc
|
||||
$ gcloud alpha iam workforce-pools providers create-oidc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue