mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Dec 11 10:18:23 UTC 2024
This commit is contained in:
parent
ad2752c6c9
commit
ec6dc40f99
493 changed files with 17655 additions and 1753 deletions
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud access-context-manager perimeters update
|
||||
(PERIMETER : --policy=POLICY) [--description=DESCRIPTION]
|
||||
(PERIMETER : --policy=POLICY) [--description=DESCRIPTION] [--etag=etag]
|
||||
[--title=TITLE] [--type=TYPE]
|
||||
[--add-access-levels=[LEVEL,...] | --clear-access-levels
|
||||
| --remove-access-levels=[LEVEL,...]
|
||||
|
|
@ -64,6 +64,14 @@ FLAGS
|
|||
--description=DESCRIPTION
|
||||
Long-form description of service perimeter.
|
||||
|
||||
--etag=etag
|
||||
The etag for the version of the Access Policy that this operation is to
|
||||
be performed on. If, at the time of the operation, the etag for the
|
||||
Access Policy stored in Access Context Manager is different from the
|
||||
specified etag, then the commit operation will not be performed and the
|
||||
call will fail. If etag is not provided, the operation will be
|
||||
performed as if a valid etag is provided.
|
||||
|
||||
--title=TITLE
|
||||
Short human-readable title of the service perimeter.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue