Interface: IIntegration
sdkApi/interfaces/entities/iIntegration.IIntegration
An interface representing a integration object.
Interface
IIntegration
Hierarchy
-
IEntity
↳
IIntegration
Table of contents
Properties
Properties
clientId
• Optional
clientId: string
A local identifier for the Entity, unique within the client.
Inherited from
createdAt
• createdAt: string
| number
The date and time when the integration was created.
Overrides
creator
• creator: string
The user who created the integration
Overrides
iconUrl
• Optional
iconUrl: string
The integration icon url
id
• id: string
The integration id
Overrides
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
updatedBy
• Optional
updatedBy: string
The user who last updated the Entity.