Skip to content

Commit

Permalink
mark permission changed as sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
RaidMax committed Feb 23, 2022
1 parent 39a2b15 commit 81921ec
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ on change.OriginEntityId equals client.ClientId
PreviousPermissionLevelValue = change.PreviousValue,
CurrentPermissionLevelValue = change.CurrentValue,
When = change.TimeChanged,
ClientId = change.TargetEntityId
ClientId = change.TargetEntityId,
IsSensitive = true
};

return new ResourceQueryHelperResult<PermissionLevelChangedResponse>
Expand Down

0 comments on commit 81921ec

Please sign in to comment.