Class GoogleCloudPolicysimulatorV1Replay
A resource describing a Replay
, or simulation.
Implements
Inherited Members
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 |