ListValuedResourcesResponse

Response message for listing the valued resources for a given simulation.

JSON representation
{
  "valuedResources": [
    {
      object (ValuedResource)
    }
  ],
  "nextPageToken": string,
  "totalSize": integer
}
Fields
valuedResources[]

object (ValuedResource)

The valued resources that the attack path simulation identified.

nextPageToken

string

Token to retrieve the next page of results, or empty if there are no more results.

totalSize

integer

The estimated total number of results matching the query.