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 ( | 
| Fields | |
|---|---|
| name | 
 Valued resource name, for example,  e.g.:   | 
| resource | 
 The full resource name of the valued resource. | 
| resourceType | 
 The resource type of the valued resource. | 
| displayName | 
 Human-readable name of the valued resource. | 
| resourceValue | 
 How valuable this resource is. | 
| exposedScore | 
 Exposed score for this valued resource. A value of 0 means no exposure was detected exposure. | 
| resourceValueConfigsUsed[] | 
 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 the valued resource by name |