mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
49 lines
1.3 KiB
Text
49 lines
1.3 KiB
Text
NAME
|
|
gcloud alpha iap - manage IAP policies
|
|
|
|
SYNOPSIS
|
|
gcloud alpha iap GROUP [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) 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.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
oauth-brands
|
|
(ALPHA) Manage IAP OAuth brands.
|
|
|
|
oauth-clients
|
|
(ALPHA) Manage IAP OAuth clients.
|
|
|
|
settings
|
|
(ALPHA) Manage IAP settings.
|
|
|
|
tcp
|
|
(ALPHA) Manage IAP TCP resources.
|
|
|
|
web
|
|
(ALPHA) Manage IAP web policies.
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist. These variants are also available:
|
|
|
|
$ gcloud iap
|
|
|
|
$ gcloud beta iap
|
|
|