Alert that is triggered when Sensitive Admin Action occur in customer account.
JSON representation |
---|
{ "eventTime": string, "actorEmail": string, // Union field |
Fields | |
---|---|
eventTime |
The time at which event occurred |
actorEmail |
Email of person who performed the action |
Union field action . Sensitive event which have occurred action can be only one of the following: |
|
primaryAdminChangedEvent |
Event occurred when primary admin changed in customer's account |
ssoProfileCreatedEvent |
Event occurred when SSO Profile created in customer's account |
ssoProfileUpdatedEvent |
Event occurred when SSO Profile updated in customer's account |
ssoProfileDeletedEvent |
Event occurred when SSO Profile deleted in customer's account |
superAdminPasswordResetEvent |
Event occurred when password was reset for super admin in customer's account |
SuperAdminPasswordResetEvent
Event occurred when password was reset for super admin in customer's account. The event are being received from insight forwarder
JSON representation |
---|
{ "userEmail": string } |
Fields | |
---|---|
userEmail |
email of person whose password was reset |