Type Alias AutomationConnectionsListObject

type AutomationConnectionsListObject = {
    connectorId?: string;
    createdAt?: string;
    id?: string;
    isConnected?: boolean;
    name?: string;
    ownerId?: string;
    spaceId?: string;
    updatedAt?: string;
}
Index

Properties

connectorId?: string

The unique identifier of the connector the automation connection is created from.

createdAt?: string

The timestamp when the automation connection is created.

id?: string

The unique identifier of an automation connection.

isConnected?: boolean

Returns true if the automtion connection is connected.

name?: string

The name of an automation connection.

ownerId?: string

The unique identifier of the owner of the automation connection.

spaceId?: string

The space ID of the automation connection.

updatedAt?: string

The timestamp when the automation connection is updated.