Values.ActionIdentifierSourceContains information about an action for a request for which an authorization decision is made. This data type is used as a request parameter to the IsAuthorized, BatchIsAuthorized, and IsAuthorizedWithToken operations. Example: { "actionId": "<action name>", "actionType": "Action" }
type nonrec t = {actionType : ActionType.t;The type of an action.
*)actionId : ActionId.t;The ID of an action.
*)}