1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Dec 11 10:18:23 UTC 2024

This commit is contained in:
Automated 2024-12-11 10:18:23 +00:00
parent ad2752c6c9
commit ec6dc40f99
493 changed files with 17655 additions and 1753 deletions

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud alpha access-context-manager perimeters dry-run update
(PERIMETER : --policy=POLICY) [--async]
(PERIMETER : --policy=POLICY) [--async] [--etag=etag]
[--add-access-levels=[ACCESS-LEVELS,...] | --clear-access-levels
| --remove-access-levels=[ACCESS-LEVELS,...]]
[--add-resources=[RESOURCES,...] | --clear-resources
@ -72,6 +72,14 @@ FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--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.
These flags modify the member Access Level of this Service Perimeter.
At most one of these can be specified:

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud alpha 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.