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

SSOProfileUpdatedEvent

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

Event occurred when SSO Profile updated in customer's account. The event are being received from insight forwarder

interface SSOProfileUpdatedEvent {
inboundSsoProfileChanges?: string;
inboundSsoProfileName?: string;
}

§Properties

§
inboundSsoProfileChanges?: string
[src]

changes made to sso profile

§
inboundSsoProfileName?: string
[src]

sso profile name which got updated