mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-21 22:49:22 +00:00
gcloud: Thu Mar 26 12:11:21 UTC 2026
This commit is contained in:
parent
c0febd2be1
commit
89a3bc9276
1093 changed files with 69108 additions and 2686 deletions
|
|
@ -115,13 +115,13 @@ OPTIONAL FLAGS
|
|||
relative path to a local file containing the value of condition.
|
||||
|
||||
--region=REGION
|
||||
Region name. Should only be specified with
|
||||
--resource-type=backend-services if it is a regional scoped. Not
|
||||
applicable for global scoped backend services.
|
||||
Region name. Not applicable for resource-type=app-engine. Required when
|
||||
resource-type=backend-services and regional scoped. Not applicable for
|
||||
global backend-services. Required when resource-type=cloud-run.
|
||||
|
||||
--resource-type=RESOURCE_TYPE
|
||||
Resource type of the IAP resource. RESOURCE_TYPE must be one of:
|
||||
app-engine, backend-services, forwarding-rule.
|
||||
app-engine, backend-services, forwarding-rule, cloud-run.
|
||||
|
||||
--service=SERVICE
|
||||
Service name.
|
||||
|
|
|
|||
|
|
@ -60,15 +60,21 @@ EXAMPLES
|
|||
$ gcloud iap web get-iam-policy --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 iap web get-iam-policy --resource-type=cloud-run \
|
||||
--service=SERVICE_ID --region=REGION
|
||||
|
||||
FLAGS
|
||||
--region=REGION
|
||||
Region name. Should only be specified with
|
||||
--resource-type=backend-services if it is a regional scoped. Not
|
||||
applicable for global scoped backend services.
|
||||
Region name. Not applicable for resource-type=app-engine. Required when
|
||||
resource-type=backend-services and regional scoped. Not applicable for
|
||||
global backend-services. Required when resource-type=cloud-run.
|
||||
|
||||
--resource-type=RESOURCE_TYPE
|
||||
Resource type of the IAP resource. RESOURCE_TYPE must be one of:
|
||||
app-engine, backend-services, forwarding-rule.
|
||||
app-engine, backend-services, forwarding-rule, cloud-run.
|
||||
|
||||
--service=SERVICE
|
||||
Service name.
|
||||
|
|
|
|||
|
|
@ -132,13 +132,13 @@ OPTIONAL FLAGS
|
|||
relative path to a local file containing the value of condition.
|
||||
|
||||
--region=REGION
|
||||
Region name. Should only be specified with
|
||||
--resource-type=backend-services if it is a regional scoped. Not
|
||||
applicable for global scoped backend services.
|
||||
Region name. Not applicable for resource-type=app-engine. Required when
|
||||
resource-type=backend-services and regional scoped. Not applicable for
|
||||
global backend-services. Required when resource-type=cloud-run.
|
||||
|
||||
--resource-type=RESOURCE_TYPE
|
||||
Resource type of the IAP resource. RESOURCE_TYPE must be one of:
|
||||
app-engine, backend-services, forwarding-rule.
|
||||
app-engine, backend-services, forwarding-rule, cloud-run.
|
||||
|
||||
--service=SERVICE
|
||||
Service name.
|
||||
|
|
|
|||
|
|
@ -66,19 +66,25 @@ 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 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.
|
||||
|
||||
FLAGS
|
||||
--region=REGION
|
||||
Region name. Should only be specified with
|
||||
--resource-type=backend-services if it is a regional scoped. Not
|
||||
applicable for global scoped backend services.
|
||||
Region name. Not applicable for resource-type=app-engine. Required when
|
||||
resource-type=backend-services and regional scoped. Not applicable for
|
||||
global backend-services. Required when resource-type=cloud-run.
|
||||
|
||||
--resource-type=RESOURCE_TYPE
|
||||
Resource type of the IAP resource. RESOURCE_TYPE must be one of:
|
||||
app-engine, backend-services, forwarding-rule.
|
||||
app-engine, backend-services, forwarding-rule, cloud-run.
|
||||
|
||||
--service=SERVICE
|
||||
Service name.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue