Policy Simulator v1 API - Class ReplayResult (1.0.0)

public sealed class ReplayResult : IMessage<ReplayResult>, IEquatable<ReplayResult>, IDeepCloneable<ReplayResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Policy Simulator v1 API class ReplayResult.

The result of replaying a single access tuple against a simulated state.

Inheritance

object > ReplayResult

Namespace

Google.Cloud.PolicySimulator.V1

Assembly

Google.Cloud.PolicySimulator.V1.dll

Constructors

ReplayResult()

public ReplayResult()

ReplayResult(ReplayResult)

public ReplayResult(ReplayResult other)
Parameter
NameDescription
otherReplayResult

Properties

AccessTuple

public AccessTuple AccessTuple { get; set; }

The access tuple that was replayed. This field includes information about the principal, resource, and permission that were involved in the access attempt.

Property Value
TypeDescription
AccessTuple

Diff

public ReplayDiff Diff { get; set; }

The difference between the principal's access under the current (baseline) policies and the principal's access under the proposed (simulated) policies.

This field is only included for access tuples that were successfully replayed and had different results under the current policies and the proposed policies.

Property Value
TypeDescription
ReplayDiff

Error

public Status Error { get; set; }

The error that caused the access tuple replay to fail.

This field is only included for access tuples that were not replayed successfully.

Property Value
TypeDescription
Status

LastSeenDate

public Date LastSeenDate { get; set; }

The latest date this access tuple was seen in the logs.

Property Value
TypeDescription
Date

Name

public string Name { get; set; }

The resource name of the ReplayResult, in the following format:

{projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}/results/{replay-result-id}, where {resource-id} is the ID of the project, folder, or organization that owns the [Replay][google.cloud.policysimulator.v1.Replay].

Example: projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36/results/1234

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

The [Replay][google.cloud.policysimulator.v1.Replay] that the access tuple was included in.

Property Value
TypeDescription
string

ParentAsReplayName

public ReplayName ParentAsReplayName { get; set; }

ReplayName-typed view over the Parent resource name property.

Property Value
TypeDescription
ReplayName

ReplayResultName

public ReplayResultName ReplayResultName { get; set; }

ReplayResultName-typed view over the Name resource name property.

Property Value
TypeDescription
ReplayResultName

ResultCase

public ReplayResult.ResultOneofCase ResultCase { get; }
Property Value
TypeDescription
ReplayResultResultOneofCase