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
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[],[],null,["# SensitiveAdminAction\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [SuperAdminPasswordResetEvent](#SuperAdminPasswordResetEvent)\n - [JSON representation](#SuperAdminPasswordResetEvent.SCHEMA_REPRESENTATION)\n\nAlert that is triggered when Sensitive Admin Action occur in customer account.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"eventTime\": string, \"actorEmail\": string, // Union field `action` can be only one of the following: \"primaryAdminChangedEvent\": { object (/workspace/admin/alertcenter/reference/rest/v1beta1/PrimaryAdminChangedEvent) }, \"ssoProfileCreatedEvent\": { object (/workspace/admin/alertcenter/reference/rest/v1beta1/SSOProfileCreatedEvent) }, \"ssoProfileUpdatedEvent\": { object (/workspace/admin/alertcenter/reference/rest/v1beta1/SSOProfileUpdatedEvent) }, \"ssoProfileDeletedEvent\": { object (/workspace/admin/alertcenter/reference/rest/v1beta1/SSOProfileDeletedEvent) }, \"superAdminPasswordResetEvent\": { object (/workspace/admin/alertcenter/reference/rest/v1beta1/SensitiveAdminAction#SuperAdminPasswordResetEvent) } // End of list of possible types for union field `action`. } ``` |\n\n| Fields ||\n|--------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `eventTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` The time at which event occurred |\n| `actorEmail` | `string` Email of person who performed the action |\n| Union field `action`. Sensitive event which have occurred `action` can be only one of the following: ||\n| `primaryAdminChangedEvent` | `object (`[PrimaryAdminChangedEvent](/workspace/admin/alertcenter/reference/rest/v1beta1/PrimaryAdminChangedEvent)`)` Event occurred when primary admin changed in customer's account |\n| `ssoProfileCreatedEvent` | `object (`[SSOProfileCreatedEvent](/workspace/admin/alertcenter/reference/rest/v1beta1/SSOProfileCreatedEvent)`)` Event occurred when SSO Profile created in customer's account |\n| `ssoProfileUpdatedEvent` | `object (`[SSOProfileUpdatedEvent](/workspace/admin/alertcenter/reference/rest/v1beta1/SSOProfileUpdatedEvent)`)` Event occurred when SSO Profile updated in customer's account |\n| `ssoProfileDeletedEvent` | `object (`[SSOProfileDeletedEvent](/workspace/admin/alertcenter/reference/rest/v1beta1/SSOProfileDeletedEvent)`)` Event occurred when SSO Profile deleted in customer's account |\n| `superAdminPasswordResetEvent` | `object (`[SuperAdminPasswordResetEvent](/workspace/admin/alertcenter/reference/rest/v1beta1/SensitiveAdminAction#SuperAdminPasswordResetEvent)`)` Event occurred when password was reset for super admin in customer's account |\n\nSuperAdminPasswordResetEvent\n----------------------------\n\nEvent occurred when password was reset for super admin in customer's account. The event are being received from insight forwarder\n\n| JSON representation |\n|---------------------------------|\n| ``` { \"userEmail\": string } ``` |\n\n| Fields ||\n|-------------|---------------------------------------------------|\n| `userEmail` | `string` email of person whose password was reset |"]]