Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
fix ResourceEvaluation (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Jan 7, 2022
1 parent 84af72d commit 133d853
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/defs/resourceEvaluation.ts
@@ -1,7 +1,8 @@
import ResourceRepresentation from './resourceRepresentation';

export default interface ResourceEvaluation {
rolesIds?: string[];
roleIds?: string[];
clientId: string;
userId: string;
resources?: ResourceRepresentation[];
entitlements: boolean;
Expand Down

0 comments on commit 133d853

Please sign in to comment.