Last updated

Interface: IIntegration

An interface representing a integration object.

Interface

IIntegration

Hierarchy

Implemented by

Table of contents

Properties

Properties

clientId

Optional clientId: string

A local identifier for the Entity, unique within the client.

Inherited from

IEntity.clientId


updatedBy

Optional updatedBy: string

The user who last updated the Entity.

Inherited from

IEntity.updatedBy


id

id: string

The integration id

Overrides

IEntity.id


name

name: string

The integration name


createdAt

createdAt: string | number

The date and time when the integration was created.

Overrides

IEntity.createdAt


updatedAt

updatedAt: string | number

The date and time when the integration was last updated.

Overrides

IEntity.updatedAt


type

type: string

The integration type


orgId

orgId: string

The organization id the integration belongs to


iconUrl

Optional iconUrl: string

The integration icon url


creator

creator: string

The user who created the integration

Overrides

IEntity.creator


metadata

Optional metadata: any

The integration metadata