Add event type for provider accessing client vault (#448)
This commit is contained in:
parent
cae26521cc
commit
027747246c
|
@ -48,6 +48,7 @@ export enum EventType {
|
||||||
Organization_Updated = 1600,
|
Organization_Updated = 1600,
|
||||||
Organization_PurgedVault = 1601,
|
Organization_PurgedVault = 1601,
|
||||||
// Organization_ClientExportedVault = 1602,
|
// Organization_ClientExportedVault = 1602,
|
||||||
|
Organization_VaultAccessed = 1603,
|
||||||
|
|
||||||
Policy_Updated = 1700,
|
Policy_Updated = 1700,
|
||||||
|
|
||||||
|
@ -59,4 +60,5 @@ export enum EventType {
|
||||||
ProviderOrganization_Created = 1900,
|
ProviderOrganization_Created = 1900,
|
||||||
ProviderOrganization_Added = 1901,
|
ProviderOrganization_Added = 1901,
|
||||||
ProviderOrganization_Removed = 1902,
|
ProviderOrganization_Removed = 1902,
|
||||||
|
ProviderOrganization_VaultAccessed = 1903,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue