mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +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
|
|||
(ALPHA) gcloud alpha 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:
|
||||
|
|
@ -70,7 +70,9 @@ 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:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud kms inventory get-protected-resources-summary
|
||||
|
||||
$ gcloud beta kms inventory get-protected-resources-summary
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,9 @@ 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:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud kms inventory
|
||||
|
||||
$ gcloud beta kms inventory
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,9 @@ 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:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud kms inventory list-keys
|
||||
|
||||
$ gcloud beta kms inventory list-keys
|
||||
|
||||
|
|
|
|||
|
|
@ -105,7 +105,9 @@ 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:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud kms inventory search-protected-resources
|
||||
|
||||
$ gcloud beta kms inventory search-protected-resources
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue