Policy Simulator v1 API - Class ReplayDiff (1.0.0)

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

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

The difference between the results of evaluating an access tuple under the current (baseline) policies and under the proposed (simulated) policies. This difference explains how a principal's access could change if the proposed policies were applied.

Inheritance

object > ReplayDiff

Namespace

Google.Cloud.PolicySimulator.V1

Assembly

Google.Cloud.PolicySimulator.V1.dll

Constructors

ReplayDiff()

public ReplayDiff()

ReplayDiff(ReplayDiff)

public ReplayDiff(ReplayDiff other)
Parameter
NameDescription
otherReplayDiff

Properties

AccessDiff

public AccessStateDiff AccessDiff { get; set; }

A summary and comparison of the principal's access under the current (baseline) policies and the proposed (simulated) policies for a single access tuple.

The evaluation of the principal's access is reported in the [AccessState][google.cloud.policysimulator.v1.AccessState] field.

Property Value
TypeDescription
AccessStateDiff