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

Optional name for the duplicated connection, must be unique in the target scope. If not specified, a name will be automatically generated

qPassword?: string

Optional credential password, specify to override credential embedded (or associated) with the source connection

qUsername?: string

Optional credential username, specify to override credential embedded (or associated) with the source connection

spaceId?: string

Optional target space ID for the duplicated connection. If not specified, the duplicated connection will be in the same space as the source connection