Back to Node Auth0

Interface EventStreamCloudEventGroupCreatedObject0

docs/interfaces/management.Management.EventStreamCloudEventGroupCreatedObject0.html

5.9.11.3 KB
Original Source

Interface EventStreamCloudEventGroupCreatedObject0

Represents a connection group entity.

interface EventStreamCloudEventGroupCreatedObject0 {
id: string;
name: string;
external_id?: string;
created_at: string;
type: "connection";
connection_id: string;
}

Index

Properties

idnameexternal_id?created_attypeconnection_id

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: "connection"

connection_id

connection_id: string

The connection ID associated with the group.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idnameexternal_idcreated_attypeconnection_id