mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 22:36:52 +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 beta 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:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta 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