public enum AccessStateDiff.AccessChangeType extends Enum<AccessStateDiff.AccessChangeType> implements ProtocolMessageEnum
How the principal's access, specified in the AccessState field, changed between the current (baseline) policies and proposed (simulated) policies.
Protobuf enum google.cloud.policysimulator.v1.AccessStateDiff.AccessChangeType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACCESS_CHANGE_TYPE_UNSPECIFIED |
Default value. This value is unused. |
ACCESS_CHANGE_TYPE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
ACCESS_GAINED |
The principal did not have access under the current policies
( |
ACCESS_GAINED_VALUE |
The principal did not have access under the current policies
( |
ACCESS_MAYBE_GAINED |
This result can occur for the following reasons:
|
ACCESS_MAYBE_GAINED_VALUE |
This result can occur for the following reasons:
|
ACCESS_MAYBE_REVOKED |
This result can occur for the following reasons:
|
ACCESS_MAYBE_REVOKED_VALUE |
This result can occur for the following reasons:
|
ACCESS_REVOKED |
The principal had access under the current policies ( |
ACCESS_REVOKED_VALUE |
The principal had access under the current policies ( |
NO_CHANGE |
The principal's access did not change. This includes the case where both baseline and simulated are UNKNOWN, but the unknown information is equivalent. |
NO_CHANGE_VALUE |
The principal's access did not change. This includes the case where both baseline and simulated are UNKNOWN, but the unknown information is equivalent. |
UNKNOWN_CHANGE |
The principal's access under both the current policies and the proposed
policies is |
UNKNOWN_CHANGE_VALUE |
The principal's access under both the current policies and the proposed
policies is |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |