mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 06:11:59 +00:00
gcloud: Wed Apr 16 10:41:40 UTC 2025
This commit is contained in:
parent
4637d39593
commit
b589c4c4ad
316 changed files with 13928 additions and 1163 deletions
|
|
@ -21,7 +21,7 @@ EXAMPLES
|
|||
|
||||
POSITIONAL ARGUMENTS
|
||||
AccountConnector resource - Identifier. The resource name of the
|
||||
userConnection, in the format
|
||||
accountConnector, in the format
|
||||
projects/{project}/locations/{location}/accountConnectors/{account_connector_id}.
|
||||
The arguments in this group can be used to specify the attributes of this
|
||||
resource. (NOTE) Some attributes are not given arguments in this group but
|
||||
|
|
@ -143,6 +143,8 @@ FLAGS
|
|||
Developer Connect provided OAuth. PROVIDER_OAUTH_CONFIG_SYSTEM_ID
|
||||
must be one of:
|
||||
|
||||
datastax
|
||||
Datastax provider. No scopes are allowed.
|
||||
github
|
||||
GitHub provider. Scopes can be found at
|
||||
https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps#available-scopes
|
||||
|
|
@ -153,6 +155,8 @@ FLAGS
|
|||
Google provider. Recommended scopes:
|
||||
"https://www.googleapis.com/auth/drive.readonly",
|
||||
"https://www.googleapis.com/auth/documents.readonly"
|
||||
new-relic
|
||||
New Relic provider. No scopes are allowed.
|
||||
rovo
|
||||
Rovo provider. Must select the "rovo" scope.
|
||||
sentry
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ EXAMPLES
|
|||
|
||||
POSITIONAL ARGUMENTS
|
||||
AccountConnector resource - Identifier. The resource name of the
|
||||
userConnection, in the format
|
||||
accountConnector, in the format
|
||||
projects/{project}/locations/{location}/accountConnectors/{account_connector_id}.
|
||||
The arguments in this group can be used to specify the attributes of this
|
||||
resource. (NOTE) Some attributes are not given arguments in this group but
|
||||
|
|
@ -60,11 +60,11 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
FLAGS
|
||||
--[no-]allow-missing
|
||||
If set to true, and the userConnection is not found a new
|
||||
userConnection will be created. In this situation update_mask is
|
||||
ignored. The creation will succeed only if the input userConnection has
|
||||
all the necessary. Use --allow-missing to enable and --no-allow-missing
|
||||
to disable.
|
||||
If set to true, and the accountConnector is not found a new
|
||||
accountConnector will be created. In this situation update_mask is
|
||||
ignored. The creation will succeed only if the input accountConnector
|
||||
has all the necessary. Use --allow-missing to enable and
|
||||
--no-allow-missing to disable.
|
||||
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue