Interface: IIntegration
An interface representing a integration object.
Interface
IIntegration
Hierarchy
↳
IIntegration
Implemented by
Table of contents
Properties
Properties
clientId
• Optional
clientId: string
A local identifier for the Entity, unique within the client.
Inherited from
updatedBy
• Optional
updatedBy: string
The user who last updated the Entity.
Inherited from
id
• id: string
The integration id
Overrides
name
• name: string
The integration name
createdAt
• createdAt: string
| number
The date and time when the integration was created.
Overrides
updatedAt
• updatedAt: string
| number
The date and time when the integration was last updated.
Overrides
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
metadata
• Optional
metadata: any
The integration metadata