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)

在客户的账号中创建了单点登录配置文件时发生事件

ssoProfileUpdatedEvent

object (SSOProfileUpdatedEvent)

更新了客户账号中的单点登录配置文件时发生的事件

ssoProfileDeletedEvent

object (SSOProfileDeletedEvent)

客户账号中的单点登录配置文件被删除时发生的事件

superAdminPasswordResetEvent

object (SuperAdminPasswordResetEvent)

为客户账号中的超级用户重置密码时发生事件

SuperAdminPasswordResetEvent

为客户账号中的超级用户重置密码时发生事件。正在从数据分析转发器接收事件

JSON 表示法
{
  "userEmail": string
}
字段
userEmail

string

密码被重置的人员的电子邮件地址