Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ValuedResource

import type { ValuedResource } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

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

interface ValuedResource {
displayName?: string;
exposedScore?: number;
name?: string;
resource?: string;
resourceType?: string;
resourceValue?:
| "RESOURCE_VALUE_UNSPECIFIED"
| "RESOURCE_VALUE_LOW"
| "RESOURCE_VALUE_MEDIUM"
| "RESOURCE_VALUE_HIGH";
resourceValueConfigsUsed?: ResourceValueConfigMetadata[];
}

§Properties

§
displayName?: string
[src]

Human-readable name of the valued resource.

§
exposedScore?: number
[src]

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

§
name?: string
[src]

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

§
resource?: string
[src]

The full resource name of the valued resource.

§
resourceType?: string
[src]

The resource type of the valued resource.

§
resourceValue?: "RESOURCE_VALUE_UNSPECIFIED" | "RESOURCE_VALUE_LOW" | "RESOURCE_VALUE_MEDIUM" | "RESOURCE_VALUE_HIGH"
[src]

How valuable this resource is.

§
resourceValueConfigsUsed?: ResourceValueConfigMetadata[]
[src]

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