Interface IWebIntegration

interface IWebIntegration {
    created: string;
    createdBy: string;
    id: string;
    lastUpdated: string;
    name: string;
    tenantId: string;
    validOrigins: string[];
}

Properties

created: string

The time the web integration was created.

createdBy: string

The user that created the web integration.

id: string

The unique web integration identifier.

lastUpdated: string

The time the web integration was last updated.

name: string

The name of the web integration.

tenantId: string

The tenant that the web integration belongs to.

validOrigins: string[]

The origins that are allowed to make requests to the tenant.

Include protocol as well. For example: http://localhost and not only localhost