1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00

gcloud: Thu Mar 26 12:11:21 UTC 2026

This commit is contained in:
Automated 2026-03-26 12:11:21 +00:00
parent c0febd2be1
commit 89a3bc9276
1093 changed files with 69108 additions and 2686 deletions

View file

@ -62,6 +62,12 @@ EXAMPLES
--resource-type=backend-services --service=SERVICE_ID \
--region=REGION
To get the IAM policy for the web accesses to the IAP protected resources
within a Cloud Run service, run:
$ gcloud beta iap web get-iam-policy --resource-type=cloud-run \
--service=SERVICE_ID --region=REGION
FLAGS
--region=REGION
Region name. Not applicable for resource-type=app-engine. Required when

View file

@ -67,6 +67,12 @@ EXAMPLES
--resource-type=backend-services --service=SERVICE_ID \
--region=REGION
To set the IAM policy for the web accesses to the IAP protected resources
within a Cloud Run service, run:
$ gcloud beta iap web set-iam-policy POLICY_FILE \
--resource-type=cloud-run --service=SERVICE_ID --region=REGION
POSITIONAL ARGUMENTS
POLICY_FILE
JSON or YAML file containing the IAM policy.