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.
Implements
IMessageReplayDiff, IEquatableReplayDiff, IDeepCloneableReplayDiff, IBufferMessage, IMessageNamespace
Google.Cloud.PolicySimulator.V1Assembly
Google.Cloud.PolicySimulator.V1.dll
Constructors
ReplayDiff()
public ReplayDiff()
ReplayDiff(ReplayDiff)
public ReplayDiff(ReplayDiff other)
Parameter | |
---|---|
Name | Description |
other |
ReplayDiff |
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 | |
---|---|
Type | Description |
AccessStateDiff |