Back to Node Auth0

Interface EventStreamCloudEvent

docs/interfaces/management.Management.EventStreamCloudEvent.html

5.9.11.2 KB
Original Source

Interface EventStreamCloudEvent

Event content. This will only be set if delivery failed.

interface EventStreamCloudEvent {
id?: string;
source?: string;
specversion?: string;
type?: string;
time?: string;
data?: string;
}

Index

Properties

id?source?specversion?type?time?data?

Properties

Optionalid

id?: string

Unique identifier for the event

Optionalsource

source?: string

Where the event originated

Optionalspecversion

specversion?: string

Version of CloudEvents spec

Optionaltype

type?: string

Type of the event (e.g., user.created)

Optionaltime

time?: string

Timestamp at which the event was generated

Optionaldata

data?: string

Event contents encoded as a string.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idsourcespecversiontypetimedata