UNPKG

openam-agent-custom

Version:

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

7 lines (6 loc) 171 B
export interface AmPolicyDecision { resource: string; actions: { [ action: string ]: boolean; }; attributes: { [ attribute: string ]: string[]; }; advices: any; }