Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SensitiveAdminAction

import type { SensitiveAdminAction } from "https://googleapis.deno.dev/v1/alertcenter:v1beta1.ts";

Alert that is triggered when Sensitive Admin Action occur in customer account.

interface SensitiveAdminAction {
actorEmail?: string;
eventTime?: Date;
primaryAdminChangedEvent?: PrimaryAdminChangedEvent;
ssoProfileCreatedEvent?: SSOProfileCreatedEvent;
ssoProfileDeletedEvent?: SSOProfileDeletedEvent;
ssoProfileUpdatedEvent?: SSOProfileUpdatedEvent;
superAdminPasswordResetEvent?: SuperAdminPasswordResetEvent;
}

§Properties

§
actorEmail?: string
[src]

Email of person who performed the action

§
eventTime?: Date
[src]

The time at which event occurred

§
primaryAdminChangedEvent?: PrimaryAdminChangedEvent
[src]

Event occurred when primary admin changed in customer's account

§
ssoProfileCreatedEvent?: SSOProfileCreatedEvent
[src]

Event occurred when SSO Profile created in customer's account

§
ssoProfileDeletedEvent?: SSOProfileDeletedEvent
[src]

Event occurred when SSO Profile deleted in customer's account

§
ssoProfileUpdatedEvent?: SSOProfileUpdatedEvent
[src]

Event occurred when SSO Profile updated in customer's account

§
superAdminPasswordResetEvent?: SuperAdminPasswordResetEvent
[src]

Event occurred when password was reset for super admin in customer's account