mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
53 lines
1.4 KiB
Text
53 lines
1.4 KiB
Text
|
|
NAME
|
||
|
|
gcloud beta iap web - manage IAP web policies
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud beta iap web COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
(BETA) Cloud Identity-Aware Proxy (Cloud IAP) controls access to your cloud
|
||
|
|
applications running on Google Cloud Platform. Cloud IAP works by verifying
|
||
|
|
user identity and context of the request to determine if a user should be
|
||
|
|
allowed to access the application.
|
||
|
|
|
||
|
|
More information on Cloud IAP can be found here:
|
||
|
|
https://cloud.google.com/iap and detailed documentation can be found here:
|
||
|
|
https://cloud.google.com/iap/docs/
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
add-iam-policy-binding
|
||
|
|
(BETA) Add IAM policy binding to an IAP IAM resource.
|
||
|
|
|
||
|
|
disable
|
||
|
|
(BETA) Disable Cloud Identity-Aware Proxy (Cloud IAP) on an IAP
|
||
|
|
resource.
|
||
|
|
|
||
|
|
enable
|
||
|
|
(BETA) Enable Cloud Identity-Aware Proxy (Cloud IAP) on an IAP
|
||
|
|
resource.
|
||
|
|
|
||
|
|
get-iam-policy
|
||
|
|
(BETA) Get IAM policy for an IAP IAM resource.
|
||
|
|
|
||
|
|
remove-iam-policy-binding
|
||
|
|
(BETA) Remove IAM policy binding from an IAP IAM resource.
|
||
|
|
|
||
|
|
set-iam-policy
|
||
|
|
(BETA) Set the IAM policy for an IAP IAM resource.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
This command is currently in beta and might change without notice. These
|
||
|
|
variants are also available:
|
||
|
|
|
||
|
|
$ gcloud iap web
|
||
|
|
|
||
|
|
$ gcloud alpha iap web
|
||
|
|
|