Uses of Interface
com.google.cloud.policysimulator.v1.ReplayDiffOrBuilder
-
Packages that use ReplayDiffOrBuilder Package Description com.google.cloud.policysimulator.v1 A client to Policy Simulator API -
-
Uses of ReplayDiffOrBuilder in com.google.cloud.policysimulator.v1
Classes in com.google.cloud.policysimulator.v1 that implement ReplayDiffOrBuilder Modifier and Type Class Description class
ReplayDiff
The difference between the results of evaluating an access tuple under the current (baseline) policies and under the proposed (simulated) policies.static class
ReplayDiff.Builder
The difference between the results of evaluating an access tuple under the current (baseline) policies and under the proposed (simulated) policies.Methods in com.google.cloud.policysimulator.v1 that return ReplayDiffOrBuilder Modifier and Type Method Description ReplayDiffOrBuilder
ReplayResult.Builder. getDiffOrBuilder()
The difference between the principal's access under the current (baseline) policies and the principal's access under the proposed (simulated) policies.ReplayDiffOrBuilder
ReplayResult. getDiffOrBuilder()
The difference between the principal's access under the current (baseline) policies and the principal's access under the proposed (simulated) policies.ReplayDiffOrBuilder
ReplayResultOrBuilder. getDiffOrBuilder()
The difference between the principal's access under the current (baseline) policies and the principal's access under the proposed (simulated) policies.
-