mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Sat Jun 14 05:31:37 UTC 2025
This commit is contained in:
parent
1799759190
commit
fa40c10f6a
712 changed files with 17386 additions and 4918 deletions
|
|
@ -15,73 +15,85 @@ EXAMPLES
|
|||
To set the IAP setting for the resources within an organization, run:
|
||||
|
||||
$ gcloud alpha iap settings set iap_settings.yaml \
|
||||
--organization=ORGANIZATION_ID
|
||||
--organization=ORGANIZATION_ID
|
||||
|
||||
To set the IAP setting for the resources within a folder, run:
|
||||
To set the IAP setting for the resources within a folder, run:
|
||||
|
||||
$ gcloud alpha iap settings set iap_settings.yaml --folder=FOLDER_ID
|
||||
|
||||
To set the IAP setting for the resources within a project, run:
|
||||
To set the IAP setting for the resources within a project, run:
|
||||
|
||||
$ gcloud alpha iap settings set iap_settings.yaml \
|
||||
--project=PROJECT_ID
|
||||
--project=PROJECT_ID
|
||||
|
||||
To set the IAP setting for web type resources within a project, run:
|
||||
To set the IAP setting for web type resources within a project, run:
|
||||
|
||||
$ gcloud alpha iap settings set iap_settings.yaml \
|
||||
--project=PROJECT_ID --resource-type=iap_web
|
||||
--project=PROJECT_ID --resource-type=iap_web
|
||||
|
||||
To set the IAP setting for all app engine services within a project, run:
|
||||
To set the IAP setting for all app engine services within a project, run:
|
||||
|
||||
$ gcloud alpha iap settings set iap_settings.yaml \
|
||||
--project=PROJECT_ID --resource-type=app-engine
|
||||
--project=PROJECT_ID --resource-type=app-engine
|
||||
|
||||
To set the IAP setting for an app engine service within a project, run:
|
||||
To set the IAP setting for an app engine service within a project, run:
|
||||
|
||||
$ gcloud alpha iap settings set iap_settings.yaml \
|
||||
--project=PROJECT_ID --resource-type=app-engine \
|
||||
--service=SERVICE_ID
|
||||
--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:
|
||||
To set the IAP setting for an app engine service version within a project, run:
|
||||
|
||||
$ gcloud alpha iap settings set iap_settings.yaml \
|
||||
--project=PROJECT_ID --resource-type=app-engine \
|
||||
--service=SERVICE_ID --version=VERSION_ID
|
||||
--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:
|
||||
To set the IAP setting for all backend services within a project, run:
|
||||
|
||||
$ gcloud alpha iap settings set iap_settings.yaml \
|
||||
--project=PROJECT_ID --resource-type=backend-services
|
||||
--project=PROJECT_ID --resource-type=backend-services
|
||||
|
||||
To set the IAP setting for a backend service within a project, run:
|
||||
To set the IAP setting for a backend service within a project, run:
|
||||
|
||||
$ gcloud alpha iap settings set iap_settings.yaml \
|
||||
--project=PROJECT_ID --resource-type=backend-services \
|
||||
--service=SERVICE_ID
|
||||
--project=PROJECT_ID --resource-type=backend-services \
|
||||
--service=SERVICE_ID
|
||||
|
||||
To set the IAP setting for a region backend service within a project, run:
|
||||
To set the IAP setting for a region backend service within a project, run:
|
||||
|
||||
$ gcloud alpha iap settings set iap_settings.yaml \
|
||||
--project=PROJECT_ID --resource-type=backend-services \
|
||||
--service=SERVICE_ID --region=REGION_ID
|
||||
--project=PROJECT_ID --resource-type=backend-services \
|
||||
--service=SERVICE_ID --region=REGION_ID
|
||||
|
||||
To set the IAP setting for all forwarding rule within a project, run:
|
||||
To set the IAP setting for all forwarding rule within a project, run:
|
||||
|
||||
$ gcloud alpha iap settings set iap_settings.yaml \
|
||||
--project=PROJECT_ID --resource-type=forwarding-rule
|
||||
--project=PROJECT_ID --resource-type=forwarding-rule
|
||||
|
||||
To set the IAP setting for a forwarding rule within a project, run:
|
||||
To set the IAP setting for a forwarding rule within a project, run:
|
||||
|
||||
$ gcloud alpha iap settings set iap_settings.yaml \
|
||||
--project=PROJECT_ID --resource-type=forwarding-rule \
|
||||
--service=SERVICE_ID
|
||||
--project=PROJECT_ID --resource-type=forwarding-rule \
|
||||
--service=SERVICE_ID
|
||||
|
||||
To set the IAP setting for a region forwarding rule within a project, run:
|
||||
To set the IAP setting for a region forwarding rule within a project, run:
|
||||
|
||||
$ gcloud alpha iap settings set iap_settings.yaml \
|
||||
--project=PROJECT_ID --resource-type=forwarding-rule \
|
||||
--service=SERVICE_ID --region=REGION_ID
|
||||
--project=PROJECT_ID --resource-type=forwarding-rule \
|
||||
--service=SERVICE_ID --region=REGION_ID
|
||||
|
||||
To set the IAP setting for the all cloud run services within a region of a
|
||||
project, run:
|
||||
|
||||
$ gcloud alpha iap settings set iap_settings.yaml \
|
||||
--project=PROJECT_ID --resource-type=cloud-run \
|
||||
--region=REGION_ID
|
||||
|
||||
To set the IAP setting for a cloud run service within a project, run:
|
||||
|
||||
$ gcloud alpha iap settings set iap_settings.yaml \
|
||||
--project=PROJECT_ID --resource-type=cloud-run \
|
||||
--region=REGION_ID --service=SERVICE_ID
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
SETTING_FILE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue