mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Feb 29 10:17:22 UTC 2024
This commit is contained in:
parent
8778dcbd7e
commit
37dd57701a
203 changed files with 3473 additions and 5938 deletions
|
|
@ -13,46 +13,47 @@ DESCRIPTION
|
|||
EXAMPLES
|
||||
To set the IAP setting for the resources within an organization, run:
|
||||
|
||||
$ gcloud iap settings set SETTING_FILE --organization=ORGANIZATION_ID
|
||||
$ gcloud iap settings set iap_settings.yaml \
|
||||
--organization=ORGANIZATION_ID
|
||||
|
||||
To set the IAP setting for the resources within a folder, run:
|
||||
|
||||
$ gcloud iap settings set SETTING_FILE --folder=FOLDER_ID
|
||||
$ gcloud iap settings set iap_settings.yaml --folder=FOLDER_ID
|
||||
|
||||
To set the IAP setting for the resources within a project, run:
|
||||
|
||||
$ gcloud iap settings set SETTING_FILE --project=PROJECT_ID
|
||||
$ gcloud iap settings set iap_settings.yaml --project=PROJECT_ID
|
||||
|
||||
To set the IAP setting for web type resources within a project, run:
|
||||
|
||||
$ gcloud iap settings set SETTING_FILE --project=PROJECT_ID \
|
||||
$ gcloud iap settings set iap_settings.yaml --project=PROJECT_ID \
|
||||
--resource-type=iap_web
|
||||
|
||||
To set the IAP setting for all app engine services within a project, run:
|
||||
|
||||
$ gcloud iap settings set SETTING_FILE --project=PROJECT_ID \
|
||||
$ gcloud iap settings set iap_settings.yaml --project=PROJECT_ID \
|
||||
--resource-type=app-engine
|
||||
|
||||
To set the IAP setting for an app engine service within a project, run:
|
||||
|
||||
$ gcloud iap settings set SETTING_FILE --project=PROJECT_ID \
|
||||
$ gcloud iap settings set iap_settings.yaml --project=PROJECT_ID \
|
||||
--resource-type=app-engine --service=SERVICE_ID
|
||||
|
||||
To set the IAP setting for an app engine service version within a project,
|
||||
run:
|
||||
|
||||
$ gcloud iap settings set SETTING_FILE --project=PROJECT_ID \
|
||||
$ gcloud iap settings set iap_settings.yaml --project=PROJECT_ID \
|
||||
--resource-type=app-engine --service=SERVICE_ID \
|
||||
--version=VERSION_ID
|
||||
|
||||
To set the IAP setting for all backend services within a project, run:
|
||||
|
||||
$ gcloud iap settings set SETTING_FILE --project=PROJECT_ID \
|
||||
$ gcloud iap settings set iap_settings.yaml --project=PROJECT_ID \
|
||||
--resource-type=compute
|
||||
|
||||
To set the IAP setting for a backend service within a project, run:
|
||||
|
||||
$ gcloud iap settings set SETTING_FILE --project=PROJECT_ID \
|
||||
$ gcloud iap settings set iap_settings.yaml --project=PROJECT_ID \
|
||||
--resource-type=compute --service=SERVICE_ID
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue