diff --git a/src/defs/resourceEvaluation.ts b/src/defs/resourceEvaluation.ts index b551f682..8fb7cf3d 100644 --- a/src/defs/resourceEvaluation.ts +++ b/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;