SensitiveAdminAction

在客戶帳戶中發生敏感管理員動作時觸發的快訊。

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.
}
欄位
eventTime

string (Timestamp format)

事件發生時間

actorEmail

string

動作執行者的電子郵件地址

聯集欄位 actionaction 發生的敏感事件只能為下列其中一種:
primaryAdminChangedEvent

object (PrimaryAdminChangedEvent)

客戶帳戶中的主要管理員有所變更時,就會發生事件

ssoProfileCreatedEvent

object (SSOProfileCreatedEvent)

在客戶帳戶中建立單一登入 (SSO) 設定檔時發生事件

ssoProfileUpdatedEvent

object (SSOProfileUpdatedEvent)

系統在客戶帳戶中更新單一登入 (SSO) 設定檔時會發生事件

ssoProfileDeletedEvent

object (SSOProfileDeletedEvent)

在客戶帳戶中刪除單一登入 (SSO) 設定檔時會發生事件

superAdminPasswordResetEvent

object (SuperAdminPasswordResetEvent)

為客戶帳戶的超級管理員重設密碼時發生事件

SuperAdminPasswordResetEvent

為客戶帳戶中的超級管理員重設密碼時發生事件。系統正在接收深入分析轉寄站的事件資料

JSON 表示法
{
  "userEmail": string
}
欄位
userEmail

string

密碼被重設者的電子郵件