Back to Node Auth0

Interface EventStreamCloudEventGroupCreatedObject1

docs/interfaces/management.Management.EventStreamCloudEventGroupCreatedObject1.html

5.9.11.3 KB
Original Source

Interface EventStreamCloudEventGroupCreatedObject1

Represents an organization group entity.

interface EventStreamCloudEventGroupCreatedObject1 {
id: string;
name: string;
external_id?: string;
created_at: string;
type: "organization";
organization_id: string;
}

Index

Properties

idnameexternal_id?created_attypeorganization_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: "organization"

organization_id

organization_id: string

The organization ID associated with the group.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idnameexternal_idcreated_attypeorganization_id