Interface: IIntegration

sdkApi/interfaces/entities/iIntegration.IIntegration

An interface representing a integration object.

Interface

IIntegration

Hierarchy

Table of contents

Properties

Properties

clientId

Optional clientId: string

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

Inherited from

IEntity.clientId


createdAt

createdAt: string | number

The date and time when the integration was created.

Overrides

IEntity.createdAt


creator

creator: string

The user who created the integration

Overrides

IEntity.creator


iconUrl

Optional iconUrl: string

The integration icon url


id

id: string

The integration id

Overrides

IEntity.id


metadata

Optional metadata: any

The integration metadata


name

name: string

The integration name


orgId

orgId: string

The organization id the integration belongs to


type

type: string

The integration type


updatedAt

updatedAt: string | number

The date and time when the integration was last updated.

Overrides

IEntity.updatedAt


updatedBy

Optional updatedBy: string

The user who last updated the Entity.

Inherited from

IEntity.updatedBy