The principal did not have access under the current policies
(NOT_GRANTED), but will have access after the proposed changes
(GRANTED).
AccessMaybeGained
This result can occur for the following reasons:
The principal did not have access under the current policies
(NOT_GRANTED), but their access after the proposed changes is
UNKNOWN.
The principal's access under the current policies is UNKNOWN, but
they will have access after the proposed changes (GRANTED).
AccessMaybeRevoked
This result can occur for the following reasons:
The principal had access under the current policies (GRANTED), but
their access after the proposed changes is UNKNOWN.
The principal's access under the current policies is UNKNOWN, but
they
will not have access after the proposed changes (NOT_GRANTED).
AccessRevoked
The principal had access under the current policies (GRANTED), but will
no longer have access after the proposed changes (NOT_GRANTED).
NoChange
The principal's access did not change.
This includes the case where both baseline and simulated are UNKNOWN,
but the unknown information is equivalent.
UnknownChange
The principal's access under both the current policies and the proposed
policies is UNKNOWN, but the unknown information differs between them.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation details the `AccessStateDiff.Types.AccessChangeType` enum within the Policy Simulator v1 API, which is used to understand how a principal's access changes between current and proposed policies."],["The enum includes fields such as `AccessGained`, `AccessRevoked`, and `NoChange`, indicating the nature of access alterations for a principal."],["The `AccessMaybeGained` and `AccessMaybeRevoked` fields are included in the enum to help determine the principal's access when the access state is `UNKNOWN`, based on current or proposed policies."],["The `UnknownChange` and `Unspecified` fields are included in the enum to cover cases where access under current and proposed policies is `UNKNOWN` and to define the default value of the field, respectively."]]],[]]