public interface AccessStateDiffOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AccessStateDiff.AccessChangeType |
getAccessChange()
How the principal's access, specified in the AccessState field, changed
between the current (baseline) policies and proposed (simulated) policies.
|
int |
getAccessChangeValue()
How the principal's access, specified in the AccessState field, changed
between the current (baseline) policies and proposed (simulated) policies.
|
ExplainedAccess |
getBaseline()
The results of evaluating the access tuple under the current (baseline)
policies.
|
ExplainedAccessOrBuilder |
getBaselineOrBuilder()
The results of evaluating the access tuple under the current (baseline)
policies.
|
ExplainedAccess |
getSimulated()
The results of evaluating the access tuple under the proposed (simulated)
policies.
|
ExplainedAccessOrBuilder |
getSimulatedOrBuilder()
The results of evaluating the access tuple under the proposed (simulated)
policies.
|
boolean |
hasBaseline()
The results of evaluating the access tuple under the current (baseline)
policies.
|
boolean |
hasSimulated()
The results of evaluating the access tuple under the proposed (simulated)
policies.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBaseline()
The results of evaluating the access tuple under the current (baseline) policies. If the [AccessState][google.cloud.policysimulator.v1.AccessState] couldn't be fully evaluated, this field explains why.
.google.cloud.policysimulator.v1.ExplainedAccess baseline = 1;ExplainedAccess getBaseline()
The results of evaluating the access tuple under the current (baseline) policies. If the [AccessState][google.cloud.policysimulator.v1.AccessState] couldn't be fully evaluated, this field explains why.
.google.cloud.policysimulator.v1.ExplainedAccess baseline = 1;ExplainedAccessOrBuilder getBaselineOrBuilder()
The results of evaluating the access tuple under the current (baseline) policies. If the [AccessState][google.cloud.policysimulator.v1.AccessState] couldn't be fully evaluated, this field explains why.
.google.cloud.policysimulator.v1.ExplainedAccess baseline = 1;boolean hasSimulated()
The results of evaluating the access tuple under the proposed (simulated) policies. If the AccessState couldn't be fully evaluated, this field explains why.
.google.cloud.policysimulator.v1.ExplainedAccess simulated = 2;ExplainedAccess getSimulated()
The results of evaluating the access tuple under the proposed (simulated) policies. If the AccessState couldn't be fully evaluated, this field explains why.
.google.cloud.policysimulator.v1.ExplainedAccess simulated = 2;ExplainedAccessOrBuilder getSimulatedOrBuilder()
The results of evaluating the access tuple under the proposed (simulated) policies. If the AccessState couldn't be fully evaluated, this field explains why.
.google.cloud.policysimulator.v1.ExplainedAccess simulated = 2;int getAccessChangeValue()
How the principal's access, specified in the AccessState field, changed between the current (baseline) policies and proposed (simulated) policies.
.google.cloud.policysimulator.v1.AccessStateDiff.AccessChangeType access_change = 3;
AccessStateDiff.AccessChangeType getAccessChange()
How the principal's access, specified in the AccessState field, changed between the current (baseline) policies and proposed (simulated) policies.
.google.cloud.policysimulator.v1.AccessStateDiff.AccessChangeType access_change = 3;
Copyright © 2023 Google LLC. All rights reserved.