GoogleCloudPolicysimulatorV1Replay
import type { GoogleCloudPolicysimulatorV1Replay } from "https://googleapis.deno.dev/v1/policysimulator:v1.ts";A resource describing a Replay, or simulation.
interface GoogleCloudPolicysimulatorV1Replay  {
config?: GoogleCloudPolicysimulatorV1ReplayConfig;
readonly name?: string;
readonly resultsSummary?: GoogleCloudPolicysimulatorV1ReplayResultsSummary;
readonly state?: 
} | "STATE_UNSPECIFIED"
 | "PENDING"
 | "RUNNING"
 | "SUCCEEDED"
 | "FAILED";
§Properties
§
Required. The configuration used for the Replay.
§
readonly name?: string
[src]Output only. The resource name of the Replay, which has the following
format:
{projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id},
where {resource-id} is the ID of the project, folder, or organization
that owns the Replay. Example:
projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36
§
readonly resultsSummary?: GoogleCloudPolicysimulatorV1ReplayResultsSummary
[src]Output only. Summary statistics about the replayed log entries.