mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Tue Mar 1 04:29:52 UTC 2022
This commit is contained in:
parent
aab53307a8
commit
1456dab6c7
9791 changed files with 814712 additions and 0 deletions
63
gcloud/alpha/access-context-manager/cloud-bindings/create
Normal file
63
gcloud/alpha/access-context-manager/cloud-bindings/create
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
NAME
|
||||
gcloud alpha access-context-manager cloud-bindings create - create a new
|
||||
cloud access binding
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha access-context-manager cloud-bindings create
|
||||
--group-key=GROUP_KEY (--level=LEVEL : --policy=POLICY)
|
||||
[--organization=ORGANIZATION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a new cloud access binding.
|
||||
|
||||
EXAMPLES
|
||||
To create a new cloud access binding, run:
|
||||
|
||||
$ gcloud alpha access-context-manager cloud-bindings create \
|
||||
--group-key=my-group-key --level=my-access-level
|
||||
|
||||
REQUIRED FLAGS
|
||||
--group-key=GROUP_KEY
|
||||
Google Group id whose members are subject to the restrictions of this
|
||||
binding.
|
||||
|
||||
Level resource - The access level to create. The arguments in this group
|
||||
can be used to specify the attributes of this resource.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--level=LEVEL
|
||||
ID of the level or fully qualified identifier for the level. To set
|
||||
the level attribute:
|
||||
▸ provide the argument --level on the command line.
|
||||
|
||||
This flag must be specified if any of the other arguments in this
|
||||
group are specified.
|
||||
|
||||
--policy=POLICY
|
||||
The ID of the access policy. To set the policy attribute:
|
||||
▸ provide the argument --level on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --policy on the command line;
|
||||
▸ set the property access_context_manager/policy.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--organization=ORGANIZATION
|
||||
The parent organization for the cloud access binding.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
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. This variant is also available:
|
||||
|
||||
$ gcloud access-context-manager cloud-bindings create
|
||||
|
||||
63
gcloud/alpha/access-context-manager/cloud-bindings/delete
Normal file
63
gcloud/alpha/access-context-manager/cloud-bindings/delete
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
NAME
|
||||
gcloud alpha access-context-manager cloud-bindings delete - delete a cloud
|
||||
access binding
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha access-context-manager cloud-bindings delete
|
||||
(--binding=BINDING : --organization=ORGANIZATION)
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete an existing cloud access binding.
|
||||
|
||||
EXAMPLES
|
||||
To delete an existing cloud access binding, run:
|
||||
|
||||
$ gcloud alpha access-context-manager cloud-bindings delete \
|
||||
--binding=binding-id
|
||||
|
||||
REQUIRED FLAGS
|
||||
Cloud access binding resource - The cloud access binding you want to
|
||||
delete. The arguments in this group can be used to specify the attributes
|
||||
of this resource.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--binding=BINDING
|
||||
ID of the cloud-access-binding or fully qualified identifier for the
|
||||
cloud-access-binding. To set the binding attribute:
|
||||
▸ provide the argument --binding on the command line.
|
||||
|
||||
This flag must be specified if any of the other arguments in this
|
||||
group are specified.
|
||||
|
||||
--organization=ORGANIZATION
|
||||
The ID of the organization.
|
||||
|
||||
To set the organization attribute:
|
||||
▸ provide the argument --binding on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --organization on the command line;
|
||||
▸ set the property access_context_manager/organization.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the accesscontextmanager/v1alpha API. The full
|
||||
documentation for this API can be found at:
|
||||
https://cloud.google.com/access-context-manager/docs/reference/rest/
|
||||
|
||||
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. This variant is also available:
|
||||
|
||||
$ gcloud access-context-manager cloud-bindings delete
|
||||
|
||||
63
gcloud/alpha/access-context-manager/cloud-bindings/describe
Normal file
63
gcloud/alpha/access-context-manager/cloud-bindings/describe
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
NAME
|
||||
gcloud alpha access-context-manager cloud-bindings describe - show details
|
||||
about a cloud access binding
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha access-context-manager cloud-bindings describe
|
||||
(--binding=BINDING : --organization=ORGANIZATION)
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Show details about an existing cloud access binding.
|
||||
|
||||
EXAMPLES
|
||||
To get details about an existing cloud access binding, run:
|
||||
|
||||
$ gcloud alpha access-context-manager cloud-bindings describe \
|
||||
--binding=binding-id
|
||||
|
||||
REQUIRED FLAGS
|
||||
Cloud access binding resource - The cloud access binding you want to show
|
||||
details about The arguments in this group can be used to specify the
|
||||
attributes of this resource.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--binding=BINDING
|
||||
ID of the cloud-access-binding or fully qualified identifier for the
|
||||
cloud-access-binding. To set the binding attribute:
|
||||
▸ provide the argument --binding on the command line.
|
||||
|
||||
This flag must be specified if any of the other arguments in this
|
||||
group are specified.
|
||||
|
||||
--organization=ORGANIZATION
|
||||
The ID of the organization.
|
||||
|
||||
To set the organization attribute:
|
||||
▸ provide the argument --binding on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --organization on the command line;
|
||||
▸ set the property access_context_manager/organization.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the accesscontextmanager/v1alpha API. The full
|
||||
documentation for this API can be found at:
|
||||
https://cloud.google.com/access-context-manager/docs/reference/rest/
|
||||
|
||||
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. This variant is also available:
|
||||
|
||||
$ gcloud access-context-manager cloud-bindings describe
|
||||
|
||||
43
gcloud/alpha/access-context-manager/cloud-bindings/help
Normal file
43
gcloud/alpha/access-context-manager/cloud-bindings/help
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
NAME
|
||||
gcloud alpha access-context-manager cloud-bindings - manage Access Context
|
||||
Manager cloud access bindings
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha access-context-manager cloud-bindings COMMAND
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) An access binding assigns an access level to a group, enforcing the
|
||||
policy when a user in the group accesses the Cloud Console or API.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
(ALPHA) Create a new cloud access binding.
|
||||
|
||||
delete
|
||||
(ALPHA) Delete a cloud access binding.
|
||||
|
||||
describe
|
||||
(ALPHA) Show details about a cloud access binding.
|
||||
|
||||
list
|
||||
(ALPHA) List cloud access bindings under an organization.
|
||||
|
||||
update
|
||||
(ALPHA) Update an existing cloud access binding.
|
||||
|
||||
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. This variant is also available:
|
||||
|
||||
$ gcloud access-context-manager cloud-bindings
|
||||
|
||||
79
gcloud/alpha/access-context-manager/cloud-bindings/list
Normal file
79
gcloud/alpha/access-context-manager/cloud-bindings/list
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
NAME
|
||||
gcloud alpha access-context-manager cloud-bindings list - list cloud access
|
||||
bindings under an organization
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha access-context-manager cloud-bindings list
|
||||
[--organization=ORGANIZATION] [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) List cloud access bindings.
|
||||
|
||||
EXAMPLES
|
||||
To list cloud access bindings, run:
|
||||
|
||||
$ gcloud alpha access-context-manager cloud-bindings list
|
||||
|
||||
This will print out a list of gcpUserAccessBindings in a tabular form:
|
||||
|
||||
NAME GROUP_KEY ACCESS_LEVEL
|
||||
organizations/256/gcpUserAccessBindings/b3-BhcX_Ud5N a3dad accessPolicies/9522/accessLevels/device_trusted
|
||||
|
||||
FLAGS
|
||||
Organization resource - The parent organization of the bindings you want
|
||||
to list. This represents a Cloud resource.
|
||||
|
||||
--organization=ORGANIZATION
|
||||
ID of the organization or fully qualified identifier for the
|
||||
organization. To set the organization attribute:
|
||||
▸ provide the argument --organization on the command line;
|
||||
▸ set the property access_context_manager/organization.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
If the expression evaluates True, then that item is listed. For more
|
||||
details and examples of filter expressions, run $ gcloud topic filters.
|
||||
This flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--limit=LIMIT
|
||||
Maximum number of resources to list. The default is unlimited. This
|
||||
flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--page-size=PAGE_SIZE
|
||||
Some services group resource list output into pages. This flag
|
||||
specifies the maximum number of resources per page. The default is
|
||||
determined by the service if it supports paging, otherwise it is
|
||||
unlimited (no paging). Paging may be applied before or after --filter
|
||||
and --limit depending on the service.
|
||||
|
||||
--sort-by=[FIELD,...]
|
||||
Comma-separated list of resource field key names to sort by. The
|
||||
default order is ascending. Prefix a field with ``~'' for descending
|
||||
order on that field. This flag interacts with other flags that are
|
||||
applied in this order: --flatten, --sort-by, --filter, --limit.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the accesscontextmanager/v1alpha API. The full
|
||||
documentation for this API can be found at:
|
||||
https://cloud.google.com/access-context-manager/docs/reference/rest/
|
||||
|
||||
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. This variant is also available:
|
||||
|
||||
$ gcloud access-context-manager cloud-bindings list
|
||||
|
||||
76
gcloud/alpha/access-context-manager/cloud-bindings/update
Normal file
76
gcloud/alpha/access-context-manager/cloud-bindings/update
Normal file
|
|
@ -0,0 +1,76 @@
|
|||
NAME
|
||||
gcloud alpha access-context-manager cloud-bindings update - update an
|
||||
existing cloud access binding
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha access-context-manager cloud-bindings update
|
||||
(--binding=BINDING : --organization=ORGANIZATION)
|
||||
(--level=LEVEL : --policy=POLICY) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Update an existing cloud access binding.
|
||||
|
||||
EXAMPLES
|
||||
To update an existing cloud access binding, run:
|
||||
|
||||
$ gcloud alpha access-context-manager cloud-bindings update \
|
||||
--binding=my-binding-id --level=new-access-level
|
||||
|
||||
REQUIRED FLAGS
|
||||
Cloud access binding resource - The access binding to update. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
resource.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--binding=BINDING
|
||||
ID of the cloud-access-binding or fully qualified identifier for the
|
||||
cloud-access-binding. To set the binding attribute:
|
||||
▸ provide the argument --binding on the command line.
|
||||
|
||||
This flag must be specified if any of the other arguments in this
|
||||
group are specified.
|
||||
|
||||
--organization=ORGANIZATION
|
||||
The ID of the organization. To set the organization attribute:
|
||||
▸ provide the argument --binding on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --organization on the command line;
|
||||
▸ set the property access_context_manager/organization.
|
||||
|
||||
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=LEVEL
|
||||
ID of the level or fully qualified identifier for the level. To set
|
||||
the level attribute:
|
||||
▸ provide the argument --level on the command line.
|
||||
|
||||
This flag must be specified if any of the other arguments in this
|
||||
group are specified.
|
||||
|
||||
--policy=POLICY
|
||||
The ID of the access policy. To set the policy attribute:
|
||||
▸ provide the argument --level on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --policy on the command line;
|
||||
▸ set the property access_context_manager/policy.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
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. This variant is also available:
|
||||
|
||||
$ gcloud access-context-manager cloud-bindings update
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue