Indicates the evaluation result of a particular Consent.
Enums
EVALUATION_RESULT_UNSPECIFIED
No evaluation result specified. This option is invalid.
NOT_APPLICABLE
The Consent is not applicable to the requested access determination. For example, the Consent does not apply to the user for which the access determination is requested, or it has a state of REVOKED, or it has expired.
NO_MATCHING_POLICY
The Consent does not have a policy that matches the resourceAttributes of the evaluated resource.
NO_SATISFIED_POLICY
The Consent has at least one policy that matches the resourceAttributes of the evaluated resource, but no authorizationRule was satisfied.
HAS_SATISFIED_POLICY
The Consent has at least one policy that matches the resourceAttributes of the evaluated resource, and at least one authorizationRule was satisfied.
[[["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 2024-11-22 UTC."],[[["This content details the evaluation of a specific Consent, focusing on its `evaluationResult`."],["The `evaluationResult` field indicates the outcome of the Consent evaluation, as represented in its JSON format."],["Possible outcomes for `evaluationResult` include `EVALUATION_RESULT_UNSPECIFIED`, `NOT_APPLICABLE`, `NO_MATCHING_POLICY`, `NO_SATISFIED_POLICY`, and `HAS_SATISFIED_POLICY`."],["The `NOT_APPLICABLE` result signifies the Consent doesn't apply to the requested access, potentially due to being revoked or expired, while the `HAS_SATISFIED_POLICY` result means that at least one of its policies matches and satisfies the resource attributes."]]],[]]