Entitlement List Operation
Description
The Entitlement List operation returns available entitlements for the fusion connector. It supports two types of entitlements: "status" (static) and "action" (dynamic).
Process Flow
-
Input Analysis:
- Checks the requested
typeof entitlement.
- Checks the requested
-
Status Entitlements:
- If
typeis "status": - Returns a static list of status values, including:
authorizedautobaselinemanualorphannonMatchedreviewerrequesteduncorrelatedactiveReviewscandidate- Note: Status entitlements are static and not requestable.
- If
-
Action Entitlements:
- If
typeis "action": - Fetches all managed sources.
- Returns a list of available actions (e.g., "fusion", "report", "correlate").
- Report Entitlement:
- Can be requested to generate a report of the potential aggregated results without actually aggregating the source.
- This entitlement must be made available to users through an access profile. The connector deliberately omits this entitlement from the target account so it can be requested multiple times.
- Note: Actions are modeled as entitlements so they can be requested via access requests in ISC. All Action entitlements are requestable.
- If
-
Output:
- Returns the list of entitlements.