Type Alias WebIntegration

A web integration object.

type WebIntegration = {
    created?: string;
    createdBy?: string;
    id?: string;
    lastUpdated?: string;
    name?: string;
    tenantId?: string;
    validOrigins?: string[];
}
Index

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.