Type Alias AutomationConnectionDetailObject

type AutomationConnectionDetailObject = {
    connectorId?: string;
    createdAt?: string;
    error?: unknown;
    id?: string;
    isConnected?: boolean;
    name?: string;
    oauthAccountName?: string;
    ownerId?: string;
    params?: automationConnections.AutomationConnectionParamObject[];
    redirect?: string;
    spaceId?: string;
    updatedAt?: string;
}
Index

Properties

connectorId?: string

The unique identifier of the automation connector.

createdAt?: string
error?: unknown
id?: string
isConnected?: boolean
name?: string
oauthAccountName?: string
ownerId?: string
redirect?: string
spaceId?: string
updatedAt?: string