REST Resource: organizations.simulations.valuedResources

Resource: ValuedResource

A resource that is determined to have value to a user's system

JSON representation
{
  "name": string,
  "resource": string,
  "resourceType": string,
  "displayName": string,
  "resourceValue": enum (ResourceValue),
  "exposedScore": number,
  "resourceValueConfigsUsed": [
    {
      object (ResourceValueConfigMetadata)
    }
  ]
}
Fields
name

string

Valued resource name, for example, e.g.: organizations/123/simulations/456/valuedResources/789

resource

string

The full resource name of the valued resource.

resourceType

string

The resource type of the valued resource.

displayName

string

Human-readable name of the valued resource.

resourceValue

enum (ResourceValue)

How valuable this resource is.

exposedScore

number

Exposed score for this valued resource. A value of 0 means no exposure was detected exposure.

resourceValueConfigsUsed[]

object (ResourceValueConfigMetadata)

List of resource value configurations' metadata used to determine the value of this resource. Maximum of 100.

ResourceValue

How valuable the resource is.

Enums
RESOURCE_VALUE_UNSPECIFIED The resource value isn't specified.
RESOURCE_VALUE_LOW This is a low-value resource.
RESOURCE_VALUE_MEDIUM This is a medium-value resource.
RESOURCE_VALUE_HIGH This is a high-value resource.

Methods

get

Get the valued resource by name

list

Lists the valued resources for a set of simulation results and filter.