mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Sep 28 10:27:48 UTC 2022
This commit is contained in:
parent
29683b8af4
commit
ffb9e43995
198 changed files with 4783 additions and 367 deletions
|
|
@ -3,7 +3,10 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta policy-troubleshoot iam RESOURCE --permission=PERMISSION
|
||||
--principal-email=PRINCIPAL_EMAIL [GCLOUD_WIDE_FLAG ...]
|
||||
--principal-email=PRINCIPAL_EMAIL [--destination-ip=DESTINATION_IP]
|
||||
[--destination-port=DESTINATION_PORT] [--request-time=REQUEST_TIME]
|
||||
[--resource-name=RESOURCE_NAME] [--resource-service=RESOURCE_SERVICE]
|
||||
[--resource-type=RESOURCE_TYPE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Performs a check on whether a principal is granted a permission on a
|
||||
|
|
@ -34,6 +37,33 @@ REQUIRED FLAGS
|
|||
Email address that identifies the principal to check. Only Google
|
||||
Accounts and service accounts are supported.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--destination-ip=DESTINATION_IP
|
||||
The request destination IP address to use when checking conditional
|
||||
bindings. For example, 198.1.1.1.
|
||||
|
||||
--destination-port=DESTINATION_PORT
|
||||
The request destination port to use when checking conditional bindings.
|
||||
For example, 8080.
|
||||
|
||||
--request-time=REQUEST_TIME
|
||||
The request timestamp to use when checking conditional bindings. This
|
||||
string must adhere to UTC format (RFC 3339). For
|
||||
example,2021-01-01T00:00:00Z. See: https://tools.ietf.org/html/rfc3339
|
||||
|
||||
--resource-name=RESOURCE_NAME
|
||||
The resource name value to use when checking conditional bindings. See:
|
||||
https://cloud.google.com/iam/docs/conditions-resource-attributes#resource-name.
|
||||
|
||||
--resource-service=RESOURCE_SERVICE
|
||||
The resource service value to use when checking conditional bindings.
|
||||
See:
|
||||
https://cloud.google.com/iam/docs/conditions-resource-attributes#resource-service
|
||||
|
||||
--resource-type=RESOURCE_TYPE
|
||||
The resource type value to use when checking conditional bindings. See:
|
||||
https://cloud.google.com/iam/docs/conditions-resource-attributes#resource-type
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
@ -43,8 +73,8 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the policytroubleshooter/v1 API. The full documentation
|
||||
for this API can be found at: https://cloud.google.com/iam/
|
||||
This command uses the policytroubleshooter/v2alpha1 API. The full
|
||||
documentation for this API can be found at: https://cloud.google.com/iam/
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue