Back to Node Auth0

Interface EventStreamCloudEventGroupCreatedObject2

docs/interfaces/management.Management.EventStreamCloudEventGroupCreatedObject2.html

5.9.11.1 KB
Original Source

Interface EventStreamCloudEventGroupCreatedObject2

Represents a tenant group entity.

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

Index

Properties

idnameexternal_id?created_attype

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"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idnameexternal_idcreated_attype