gcloud kms inventory get-protected-resources-summary

NAME
gcloud kms inventory get-protected-resources-summary - gets the protected resources summary
SYNOPSIS
gcloud kms inventory get-protected-resources-summary(--keyname=KEYNAME :--keyring=KEYRING--location=LOCATION)[GCLOUD_WIDE_FLAG]
DESCRIPTION
gcloud kms inventory get-protected-resources-summary returns asummary of the resources a key is protecting.

The summary includes how many projects contain protected resources, how manyprotected resources there are, what are the types of protected resources, andthe count for each type of protected resource.

EXAMPLES
To view the summary of protected resources for the keypuppy, run:
gcloudkmsinventoryget-protected-resources-summary--keyname=puppy
REQUIRED FLAGS
Key resource - The KMS key resource. The arguments in this group can be used tospecify the attributes of this resource. (NOTE) Some attributes are not givenarguments in this group but can be set in other ways.

To set theproject attribute:

  • provide the argument--keyname on the command line with a fullyspecified name;
  • set the propertycore/project.

This must be specified.

--keyname=KEYNAME
ID of the key or fully qualified identifier for the key.

To set thekey attribute:

  • provide the argument--keyname on the command line.

This flag argument must be specified if any of the other arguments in this groupare specified.

--keyring=KEYRING
The KMS keyring of the key.

To set thekeyring attribute:

  • provide the argument--keyname on the command line with a fullyspecified name;
  • provide the argument--keyring on the command line.
--location=LOCATION
The Google Cloud location for the key.

To set thelocation attribute:

  • provide the argument--keyname on the command line with a fullyspecified name;
  • provide the argument--location on the command line.
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
These variants are also available:
gcloudalphakmsinventoryget-protected-resources-summary
gcloudbetakmsinventoryget-protected-resources-summary

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-05-07 UTC.