UNPKG
openam-agent-custom
Version:
latest (1.2.0)
1.2.0
1.0.1
1.0.0
Customized ForgeRock AM Policy Agent for Node.js from Zoltan Tarcsay
openam-agent-custom
/
dist
/
amclient
/
am-policy-decision.d.ts
11 lines
(10 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export interface AmPolicyDecision { resource: string; actions: {
[action: string]
: boolean; }; attributes: {
[attribute: string]
: string[]; }; advices: any; }