Interface ReplayDiffOrBuilder (0.2.0)

public interface ReplayDiffOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccessDiff()

public abstract AccessStateDiff getAccessDiff()

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 field.

.google.cloud.policysimulator.v1.AccessStateDiff access_diff = 2;

Returns
TypeDescription
AccessStateDiff

The accessDiff.

getAccessDiffOrBuilder()

public abstract AccessStateDiffOrBuilder getAccessDiffOrBuilder()

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 field.

.google.cloud.policysimulator.v1.AccessStateDiff access_diff = 2;

Returns
TypeDescription
AccessStateDiffOrBuilder

hasAccessDiff()

public abstract boolean hasAccessDiff()

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 field.

.google.cloud.policysimulator.v1.AccessStateDiff access_diff = 2;

Returns
TypeDescription
boolean

Whether the accessDiff field is set.