gcloud_beta_access-context-manager_levels_update (1)
NAME
- gcloud beta access-context-manager levels update - update an existing access level
SYNOPSIS
-
gcloud beta access-context-manager levels update (LEVEL : --policy=POLICY) [--basic-level-spec=BASIC_LEVEL_SPEC] [--combine-function=COMBINE_FUNCTION] [--description=DESCRIPTION] [--title=TITLE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Update an existing access level.
POSITIONAL ARGUMENTS
-
-
- Level resource - The access level to update. The arguments in this group can be used to specify the attributes of this resource. This must be specified.
-
- LEVEL
-
ID of the level or fully qualified identifier for the level. This positional
must be specified if any of the other arguments in this group are specified.
- --policy=POLICY
-
The ID of the access policy.
- Level resource - The access level to update. The arguments in this group can be used to specify the attributes of this resource. This must be specified.
-
FLAGS
-
- --basic-level-spec=BASIC_LEVEL_SPEC
-
Path to a file containing a list of basic access level conditions.
An access level condition file is a YAML-formatted list of conditions, which are YAML objects representing a Condition as described in the API reference. For example:
-
- ipSubnetworks:
- 192.168.100.14/24
- 2001:db8::/48
- members
- user:user@example.com
-
- --combine-function=COMBINE_FUNCTION
-
For a basic level, determines how conditions are combined.
COMBINE_FUNCTION must be one of: and, or.
- --description=DESCRIPTION
-
Long-form description of access level.
- --title=TITLE
-
Short human-readable title of the access level.
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
NOTES
This command is currently in BETA and may change without notice.