@salesforce/b2c-tooling-sdk / config / DwJsonMultiConfig
Interface: DwJsonMultiConfig
Defined in: packages/b2c-tooling-sdk/src/config/dw-json.ts:56
dw.json with multi-config support (configs array).
Extends
Properties
active?
optionalactive:boolean
Defined in: packages/b2c-tooling-sdk/src/config/dw-json.ts:26
Whether this config is active (for multi-config files)
Inherited from
auth-methods?
optionalauth-methods:AuthMethod[]
Defined in: packages/b2c-tooling-sdk/src/config/dw-json.ts:50
Allowed authentication methods in priority order
Inherited from
client-id?
optionalclient-id:string
Defined in: packages/b2c-tooling-sdk/src/config/dw-json.ts:36
OAuth client ID
Inherited from
client-secret?
optionalclient-secret:string
Defined in: packages/b2c-tooling-sdk/src/config/dw-json.ts:38
OAuth client secret
Inherited from
code-version?
optionalcode-version:string
Defined in: packages/b2c-tooling-sdk/src/config/dw-json.ts:30
Code version for deployments
Inherited from
configs?
optionalconfigs:DwJsonConfig[]
Defined in: packages/b2c-tooling-sdk/src/config/dw-json.ts:58
Array of named instance configurations
hostname?
optionalhostname:string
Defined in: packages/b2c-tooling-sdk/src/config/dw-json.ts:28
B2C instance hostname
Inherited from
name?
optionalname:string
Defined in: packages/b2c-tooling-sdk/src/config/dw-json.ts:24
Instance name (for multi-config files)
Inherited from
oauth-scopes?
optionaloauth-scopes:string[]
Defined in: packages/b2c-tooling-sdk/src/config/dw-json.ts:40
OAuth scopes
Inherited from
password?
optionalpassword:string
Defined in: packages/b2c-tooling-sdk/src/config/dw-json.ts:34
Password/access-key for Basic auth (WebDAV)
Inherited from
scapi-shortcode?
optionalscapi-shortcode:string
Defined in: packages/b2c-tooling-sdk/src/config/dw-json.ts:46
SCAPI short code (alternate kebab-case)
Inherited from
short-code?
optionalshort-code:string
Defined in: packages/b2c-tooling-sdk/src/config/dw-json.ts:42
SCAPI short code (kebab-case)
Inherited from
shortCode?
optionalshortCode:string
Defined in: packages/b2c-tooling-sdk/src/config/dw-json.ts:44
SCAPI short code (camelCase)
Inherited from
username?
optionalusername:string
Defined in: packages/b2c-tooling-sdk/src/config/dw-json.ts:32
Username for Basic auth (WebDAV)
Inherited from
webdav-hostname?
optionalwebdav-hostname:string
Defined in: packages/b2c-tooling-sdk/src/config/dw-json.ts:48
Alternate hostname for WebDAV (if different from main hostname)