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

GoogleCloudPolicysimulatorV1alphaCreateOrgPolicyViolationsPreviewOperationMetadata

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

CreateOrgPolicyViolationsPreviewOperationMetadata is metadata about an OrgPolicyViolationsPreview generations operation.

interface GoogleCloudPolicysimulatorV1alphaCreateOrgPolicyViolationsPreviewOperationMetadata {
requestTime?: Date;
resourcesFound?: number;
resourcesPending?: number;
resourcesScanned?: number;
startTime?: Date;
readonly state?:
| "PREVIEW_STATE_UNSPECIFIED"
| "PREVIEW_PENDING"
| "PREVIEW_RUNNING"
| "PREVIEW_SUCCEEDED"
| "PREVIEW_FAILED";
}

§Properties

§
requestTime?: Date
[src]

Time when the request was received.

§
resourcesFound?: number
[src]

Total number of resources that need scanning. Should equal resource_scanned + resources_pending

§
resourcesPending?: number
[src]

Number of resources still to scan.

§
resourcesScanned?: number
[src]

Number of resources already scanned.

§
startTime?: Date
[src]

Time when the request started processing, i.e., when the state was set to RUNNING.

§
readonly state?: "PREVIEW_STATE_UNSPECIFIED" | "PREVIEW_PENDING" | "PREVIEW_RUNNING" | "PREVIEW_SUCCEEDED" | "PREVIEW_FAILED"
[src]

Output only. The current state of the operation.