Back to Node Auth0

Interface EventStreamCloudEventGroupUpdatedObject2

docs/interfaces/management.Management.EventStreamCloudEventGroupUpdatedObject2.html

5.9.11.3 KB
Original Source

Interface EventStreamCloudEventGroupUpdatedObject2

Tenant group with updated_at timestamp

interface EventStreamCloudEventGroupUpdatedObject2 {
id: string;
name: string;
external_id?: string;
created_at: string;
type: "tenant";
updated_at: string;
}

Index

Properties

idnameexternal_id?created_attypeupdated_at

Properties

id

id: string

The unique identifier for the group.

name

name: string

The name of the group.

Optionalexternal_id

external_id?: string

The external identifier for the group.

created_at

created_at: string

Date and time when this entity was created (ISO_8601 format).

type

type: "tenant"

updated_at

updated_at: string

Date and time when this entity was last updated/modified (ISO_8601 format).

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idnameexternal_idcreated_attypeupdated_at