mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Thu Jun 8 11:29:23 UTC 2023
This commit is contained in:
parent
91de7103bb
commit
435c9359b5
115 changed files with 1566 additions and 491 deletions
|
|
@ -11,9 +11,9 @@ DESCRIPTION
|
|||
(BETA) gcloud beta kms inventory get-protected-resources-summary returns a
|
||||
summary of the resources a key is protecting.
|
||||
|
||||
The summary includes: How many projects contain protected resources How
|
||||
many protected resources there are What types of protected resources The
|
||||
count for each type of protected resource
|
||||
The summary includes how many projects contain protected resources, how
|
||||
many protected resources there are, what are the types of protected
|
||||
resources, and the count for each type of protected resource.
|
||||
|
||||
EXAMPLES
|
||||
To view the summary of protected resources for the key puppy, run:
|
||||
|
|
@ -67,8 +67,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud kms inventory get-protected-resources-summary
|
||||
|
||||
$ gcloud alpha kms inventory get-protected-resources-summary
|
||||
|
||||
|
|
|
|||
|
|
@ -26,8 +26,10 @@ COMMANDS
|
|||
(BETA) Searches the resources protected by a key.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud kms inventory
|
||||
|
||||
$ gcloud alpha kms inventory
|
||||
|
||||
|
|
|
|||
|
|
@ -60,8 +60,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud kms inventory list-keys
|
||||
|
||||
$ gcloud alpha kms inventory list-keys
|
||||
|
||||
|
|
|
|||
|
|
@ -101,8 +101,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud kms inventory search-protected-resources
|
||||
|
||||
$ gcloud alpha kms inventory search-protected-resources
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue