Skip to content

Commit 092cc90

Browse files
committed
feat: add reasons to exposure report object
J:ORG-1041
1 parent 2599d54 commit 092cc90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/resources/ApiKeys/ApiKeysInterfaces.ts

+4
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)