mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
62 lines
1.7 KiB
Text
62 lines
1.7 KiB
Text
NAME
|
|
gcloud alpha access-context-manager perimeters - manage Access Context
|
|
Manager service perimeters
|
|
|
|
SYNOPSIS
|
|
gcloud alpha access-context-manager perimeters GROUP | COMMAND
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) A service perimeter describes a set of Google Cloud Platform
|
|
resources which can freely import and export data amongst themselves, but
|
|
not externally.
|
|
|
|
Currently, the only allowed members of a service perimeter are projects.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
config
|
|
(ALPHA) Manage Access Context Manager service perimeter configurations.
|
|
|
|
dry-run
|
|
(ALPHA) Enable management of dry-run mode configuration for Service
|
|
Perimeters.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(ALPHA) Create a new service perimeter.
|
|
|
|
delete
|
|
(ALPHA) Delete a service perimeter.
|
|
|
|
describe
|
|
(ALPHA) Show details about a service perimeter.
|
|
|
|
list
|
|
(ALPHA) List service perimeters.
|
|
|
|
replace-all
|
|
(ALPHA) Replace all existing service perimeters.
|
|
|
|
update
|
|
(ALPHA) Update the enforced configuration for an existing Service
|
|
Perimeter.
|
|
|
|
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 access-context-manager perimeters
|
|
|
|
$ gcloud beta access-context-manager perimeters
|
|
|