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

GoogleCloudPolicysimulatorV1ReplayResultsSummary

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

Summary statistics about the replayed log entries.

interface GoogleCloudPolicysimulatorV1ReplayResultsSummary {
differenceCount?: number;
errorCount?: number;
logCount?: number;
newestDate?: GoogleTypeDate;
oldestDate?: GoogleTypeDate;
unchangedCount?: number;
}

§Properties

§
differenceCount?: number
[src]

The number of replayed log entries with a difference between baseline and simulated policies.

§
errorCount?: number
[src]

The number of log entries that could not be replayed.

§
logCount?: number
[src]

The total number of log entries replayed.

§
newestDate?: GoogleTypeDate
[src]

The date of the newest log entry replayed.

§
oldestDate?: GoogleTypeDate
[src]

The date of the oldest log entry replayed.

§
unchangedCount?: number
[src]

The number of replayed log entries with no difference between baseline and simulated policies.