Add event type for ResetSsoLink (#475)

This commit is contained in:
Thomas Rittson 2021-09-03 23:59:22 +10:00 committed by GitHub
parent 1c1f080acf
commit 6c9485596c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ export enum EventType {
OrganizationUser_ResetPassword_Enroll = 1506,
OrganizationUser_ResetPassword_Withdraw = 1507,
OrganizationUser_AdminResetPassword = 1508,
OrganizationUser_ResetSsoLink = 1509,
Organization_Updated = 1600,
Organization_PurgedVault = 1601,