UNPKG

openam-agent-custom

Version:

Customized ForgeRock AM Policy Agent for Node.js from Zoltan Tarcsay

11 lines (10 loc) 199 B
export interface AmPolicyDecision { resource: string; actions: { [action: string]: boolean; }; attributes: { [attribute: string]: string[]; }; advices: any; }