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
id?: string
lastUpdated?: string
name?: string
tenantId?: string
validOrigins?: string[]