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

PrimaryAdminChangedEvent

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

Event occurred when primary admin changed in customer's account. The event are being received from insight forwarder

interface PrimaryAdminChangedEvent {
domain?: string;
previousAdminEmail?: string;
updatedAdminEmail?: string;
}

§Properties

§
domain?: string
[src]

domain in which actioned occurred

§
previousAdminEmail?: string
[src]

Email of person who was the primary admin before the action

§
updatedAdminEmail?: string
[src]

Email of person who is the primary admin after the action