Aggregate information about the resources protected by a Cloud KMS key in the same Cloud organization or project as the key.
| JSON representation |
|---|
{
"name": string,
"resourceCount": string,
"projectCount": integer,
"resourceTypes": {
string: string,
...
},
"cloudProducts": {
string: string,
...
},
"locations": {
string: string,
...
},
"warnings": [
{
object ( |
| Fields | |
|---|---|
name |
The full name of the ProtectedResourcesSummary resource. Example: projects/test-project/locations/us/keyRings/test-keyring/cryptoKeys/test-key/protectedResourcesSummary |
resourceCount |
The total number of protected resources in the same Cloud organization as the key. |
projectCount |
The number of distinct Cloud projects in the same Cloud organization as the key that have resources protected by the key. |
resourceTypes |
The number of resources protected by the key grouped by resource type. |
cloudProducts |
The number of resources protected by the key grouped by Cloud product. |
locations |
The number of resources protected by the key grouped by region. |
warnings[] |
Warning messages for the state of response |
Warning
A warning message that indicates potential problems with the response data.
| JSON representation |
|---|
{
"warningCode": enum ( |
| Fields | |
|---|---|
warningCode |
The specific warning code for the displayed message. |
displayMessage |
The literal message providing context and details about the warnings. |