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

执行操作的用户的电子邮件地址

联合字段 action。发生的敏感事件 action 只能是以下之一:
primaryAdminChangedEvent

object (PrimaryAdminChangedEvent)

客户账号的主管理员发生更改时发生的事件

ssoProfileCreatedEvent

object (SSOProfileCreatedEvent)

在客户账号中创建 SSO 个人资料时发生的事件

ssoProfileUpdatedEvent

object (SSOProfileUpdatedEvent)

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

ssoProfileDeletedEvent

object (SSOProfileDeletedEvent)

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

superAdminPasswordResetEvent

object (SuperAdminPasswordResetEvent)

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

SuperAdminPasswordResetEvent

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

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

string

重置密码的用户的电子邮件地址