Show / Hide Table of Contents

Class GoogleCloudPolicysimulatorV1Replay

A resource describing a Replay, or simulation.

Inheritance
object
GoogleCloudPolicysimulatorV1Replay
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.PolicySimulator.v1.Data
Assembly: Google.Apis.PolicySimulator.v1.dll
Syntax
public class GoogleCloudPolicysimulatorV1Replay : IDirectResponseSchema

Properties

Config

Required. The configuration used for the Replay.

Declaration
[JsonProperty("config")]
public virtual GoogleCloudPolicysimulatorV1ReplayConfig Config { get; set; }
Property Value
Type Description
GoogleCloudPolicysimulatorV1ReplayConfig

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

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

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ResultsSummary

Output only. Summary statistics about the replayed log entries.

Declaration
[JsonProperty("resultsSummary")]
public virtual GoogleCloudPolicysimulatorV1ReplayResultsSummary ResultsSummary { get; set; }
Property Value
Type Description
GoogleCloudPolicysimulatorV1ReplayResultsSummary

State

Output only. The current state of the Replay.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX