Type Alias ActionDuplicateRequest

type ActionDuplicateRequest = {
    id: string;
    name?: string;
    qPassword?: string;
    qUsername?: string;
    spaceId?: string;
}
Index

Properties

id: string

ID of the source connection being duplicated

name?: string
qPassword?: string
qUsername?: string
spaceId?: string