Back to Node Auth0

Interface EventStreamCloudEventOrgConnectionRemovedCloudEvent

docs/interfaces/management.Management.EventStreamCloudEventOrgConnectionRemovedCloudEvent.html

5.9.12.0 KB
Original Source

Interface EventStreamCloudEventOrgConnectionRemovedCloudEvent

Represents an event that occurs when a connection is removed from an organization.

interface EventStreamCloudEventOrgConnectionRemovedCloudEvent {
specversion: string;
type: "organization.connection.removed";
source: string;
id: string;
time: string;
data: EventStreamCloudEventOrgConnectionRemovedData;
a0tenant: string;
a0stream: string;
a0purpose?: "test";
}

Index

Properties

specversiontypesourceidtimedataa0tenanta0streama0purpose?

Properties

specversion

specversion: string

The version of the CloudEvents specification which the event uses.

type

type: "organization.connection.removed"

source

source: string

The source of the event. This will take the form 'urn:auth0:.'.

id

id: string

A unique identifier for the event.

time

time: string

An ISO-8601 timestamp indicating when the event physically occurred.

data

data: EventStreamCloudEventOrgConnectionRemovedData

a0tenant

a0tenant: string

The auth0 tenant ID to which the event is associated.

a0stream

a0stream: string

The auth0 event stream ID of the stream the event was delivered on.

Optionala0purpose

a0purpose?: "test"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties specversiontypesourceidtimedataa0tenanta0streama0purpose