mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Apr 8 12:08:12 UTC 2026
This commit is contained in:
parent
89a3bc9276
commit
5b03e16435
766 changed files with 29847 additions and 8950 deletions
|
|
@ -5,7 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta source-manager instances remove-iam-policy-binding
|
||||
(INSTANCE : --region=REGION) --member=PRINCIPAL --role=ROLE
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--endpoint-mode=ENDPOINT_MODE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Remove an IAM policy binding to a Secure Source Manager instance.
|
||||
|
|
@ -75,6 +75,25 @@ REQUIRED FLAGS
|
|||
--role=ROLE
|
||||
The role to remove the principal from.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--endpoint-mode=ENDPOINT_MODE
|
||||
Specifies endpoint mode for a given command. Regional endpoints provide
|
||||
enhanced data residency and reliability by ensuring your request is
|
||||
handled entirely within the specified Google Cloud region. This differs
|
||||
from global endpoints, which may process parts of the request outside
|
||||
the target region. Overrides the default regional/endpoint_mode
|
||||
property value for this command invocation. ENDPOINT_MODE must be one
|
||||
of:
|
||||
|
||||
global
|
||||
(Default) Use global rather than regional endpoints.
|
||||
regional
|
||||
Only use regional endpoints. An error will be raised if a regional
|
||||
endpoint is not available for a given command.
|
||||
regional-preferred
|
||||
Use regional endpoints when available, otherwise use global
|
||||
endpoints. Recommended for most users.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
@ -88,6 +107,12 @@ API REFERENCE
|
|||
for this API can be found at:
|
||||
https://cloud.google.com/secure-source-manager
|
||||
|
||||
REGIONAL ENDPOINTS
|
||||
This command supports regional endpoints. To use regional endpoints for
|
||||
this command, use the --endpoint-mode=regional-preferred flag. To use
|
||||
regional endpoints by default, run $ gcloud config set
|
||||
regional/endpoint_mode regional-preferred.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue