Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / operations/debug / DebugSessionConfig

Interface: DebugSessionConfig

Defined in: packages/b2c-tooling-sdk/src/operations/debug/types.ts:93

Properties

cartridgeRoots

cartridgeRoots: CartridgeMapping[]

Defined in: packages/b2c-tooling-sdk/src/operations/debug/types.ts:103

Cartridge mappings for source path resolution


clientId?

optional clientId: string

Defined in: packages/b2c-tooling-sdk/src/operations/debug/types.ts:101

Client ID for x-dw-client-id header (defaults to "b2c-cli")


hostname

hostname: string

Defined in: packages/b2c-tooling-sdk/src/operations/debug/types.ts:95

B2C instance hostname


keepaliveInterval?

optional keepaliveInterval: number

Defined in: packages/b2c-tooling-sdk/src/operations/debug/types.ts:107

Keepalive/reset interval in ms (default: 15000)


password

password: string

Defined in: packages/b2c-tooling-sdk/src/operations/debug/types.ts:99

Basic auth password / access key


pollInterval?

optional pollInterval: number

Defined in: packages/b2c-tooling-sdk/src/operations/debug/types.ts:105

Thread polling interval in ms (default: 500)


username

username: string

Defined in: packages/b2c-tooling-sdk/src/operations/debug/types.ts:97

Basic auth username (BM user with WebDAV_Manage_Customization)

Released under the Apache-2.0 License.