SensitiveAdminAction

Cảnh báo được kích hoạt khi Hành động nhạy cảm của quản trị viên xảy ra trong tài khoản 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.
}
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 hợp hợp nhất action. Sự kiện nhạy cảm đã xảy ra 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 tạo Hồ sơ SSO 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 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) bị xoá trong tài khoản của khách hàng

superAdminPasswordResetEvent

object (SuperAdminPasswordResetEvent)

Sự kiện xảy ra khi đặ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ủa quản trị viên cấp cao được đặt lại 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
}
Trường
userEmail

string

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