Type Alias WebIntegrationPostSchema

type WebIntegrationPostSchema = {
    name: string;
    validOrigins?: string[];
}
Index

Properties

Properties

name: string

The name of the web integration to create.

validOrigins?: string[]

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