public interface ReplayDiffOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the accessDiff field is set. |