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 diễn 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 kết hợp action. Sự kiện nhạy cảm đã xảy ra action có thể chỉ 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 trong tài khoản của khách hàng thay đổi

ssoProfileCreatedEvent

object (SSOProfileCreatedEvent)

Sự kiện đã xảy ra khi tạo cấu hình Đăng nhập một lần (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 Đă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) bị xoá trong tài khoản của khách hàng

superAdminPasswordResetEvent

object (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

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
}
Trường
userEmail

string

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