Skip to content

Commit 025cb57

Browse files
feat: add reasons to exposure report object (#929)
J:ORG-1041
1 parent 2599d54 commit 025cb57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/resources/ApiKeys/ApiKeysInterfaces.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ export interface ExposureReport {
129129
* The reason behind the exposure report for a given API key
130130
*/
131131
reason: string;
132+
/**
133+
* A list of reasons behind the exposure report for a given API key
134+
*/
135+
reasons: string[];
132136
/**
133137
* The date the key should be deactivated
134138
*/

0 commit comments

Comments
 (0)