Back to Node Auth0

Interface EventStreamCloudEventUserUpdatedCloudEvent

docs/interfaces/management.Management.EventStreamCloudEventUserUpdatedCloudEvent.html

5.9.11.8 KB
Original Source

Interface EventStreamCloudEventUserUpdatedCloudEvent

Represents an event that occurs when a user is updated.

interface EventStreamCloudEventUserUpdatedCloudEvent {
specversion: string;
type: "user.updated";
source: string;
id: string;
time: string;
data: EventStreamCloudEventUserUpdatedData;
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: "user.updated"

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: EventStreamCloudEventUserUpdatedData

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