SensitiveAdminAction

Cảnh báo được kích hoạt khi có Hành động nhạy cảm của quản trị viên trong tài khoản của khách hàng.

Biểu diễn dưới dạng 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.
}
Các trường
eventTime

string (Timestamp format)

Thời gian xảy ra sự kiện

actorEmail

string

Email của người đã thực hiện hành động

Trường liên kết action. Sự kiện nhạy cảm đã xảy ra vào action chỉ có thể là một trong những sự kiện sau:
primaryAdminChangedEvent

object (PrimaryAdminChangedEvent)

Sự kiện xảy ra khi quản trị viên chính thay đổi trong tài khoản của khách hàng

ssoProfileCreatedEvent

object (SSOProfileCreatedEvent)

Sự kiện xảy ra khi cấu hình Đăng nhập một lần (SSO) được tạo trong tài khoản của khách hàng

ssoProfileUpdatedEvent

object (SSOProfileUpdatedEvent)

Sự kiện xảy ra khi cấu hình Đăng nhập một lần (SSO) được cập nhật trong tài khoản của khách hàng

ssoProfileDeletedEvent

object (SSOProfileDeletedEvent)

Sự kiện xảy ra khi cấu hình Đăng nhập một lần (SSO) trong tài khoản của khách hàng bị xoá

superAdminPasswordResetEvent

object (SuperAdminPasswordResetEvent)

Sự kiện xảy ra khi người dùng đặt lại mật khẩu cho quản trị viên cấp cao trong tài khoản của khách hàng

SuperAdminPasswordResetEvent

Sự kiện xảy ra khi mật khẩu được đặt lại cho quản trị viên cấp cao trong tài khoản của khách hàng. Sự kiện đang được nhận từ trình chuyển tiếp thông tin chi tiết

Biểu diễn dưới dạng JSON
{
  "userEmail": string
}
Các trường
userEmail

string

email của người đã đặt lại mật khẩu