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

GoogleCloudSecuritycenterV1RunAssetDiscoveryResponse

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

Response of asset discovery run

interface GoogleCloudSecuritycenterV1RunAssetDiscoveryResponse {
duration?: number;
state?:
| "STATE_UNSPECIFIED"
| "COMPLETED"
| "SUPERSEDED"
| "TERMINATED";
}

§Properties

§
duration?: number
[src]

The duration between asset discovery run start and end

§
state?: "STATE_UNSPECIFIED" | "COMPLETED" | "SUPERSEDED" | "TERMINATED"
[src]

The state of an asset discovery run.