SensitiveAdminAction

Alert, który jest uruchamiany, gdy na koncie klienta występuje działanie związane z danymi poufnymi.

Zapis JSON
{
  "eventTime": string,
  "actorEmail": string,

  // Union field action can be only one of the following:
  "primaryAdminChangedEvent": {
    object (PrimaryAdminChangedEvent)
  },
  "ssoProfileCreatedEvent": {
    object (SSOProfileCreatedEvent)
  },
  "ssoProfileUpdatedEvent": {
    object (SSOProfileUpdatedEvent)
  },
  "ssoProfileDeletedEvent": {
    object (SSOProfileDeletedEvent)
  },
  "superAdminPasswordResetEvent": {
    object (SuperAdminPasswordResetEvent)
  }
  // End of list of possible types for union field action.
}
Pola
eventTime

string (Timestamp format)

Czas wystąpienia zdarzenia.

actorEmail

string

Adres e-mail osoby, która wykonała czynność

Pole unii action. Zdarzenie wrażliwe, które wystąpiło action może mieć tylko jedną z tych wartości:
primaryAdminChangedEvent

object (PrimaryAdminChangedEvent)

Zdarzenie wystąpiło, gdy na koncie klienta zmienił się administrator główny

ssoProfileCreatedEvent

object (SSOProfileCreatedEvent)

Zdarzenie wystąpiło, gdy profil SSO został utworzony na koncie klienta

ssoProfileUpdatedEvent

object (SSOProfileUpdatedEvent)

Zdarzenie wystąpiło, gdy profil SSO został zaktualizowany na koncie klienta

ssoProfileDeletedEvent

object (SSOProfileDeletedEvent)

Zdarzenie wystąpiło, gdy profil logowania jednokrotnego został usunięty na koncie klienta

superAdminPasswordResetEvent

object (SuperAdminPasswordResetEvent)

Zdarzenie wystąpiło, gdy hasło superadministratora na koncie klienta zostało zresetowane

SuperAdminPasswordResetEvent

Zdarzenie wystąpiło, gdy hasło superadministratora na koncie klienta zostało zresetowane. Zdarzenia są odbierane od nadawcy statystyk.

Zapis JSON
{
  "userEmail": string
}
Pola
userEmail

string

adres e-mail osoby, której hasło zostało zresetowane