WorkItemConfiguration interface
Work item configuration associated with an application insights resource.
Properties
config |
Configuration friendly name |
config |
Serialized JSON object for detailed properties |
connector |
Connector identifier where work item is created |
id | Unique Id for work item |
is |
Boolean value indicating whether configuration is default |
Property Details
configDisplayName
Configuration friendly name
configDisplayName?: string
Property Value
string
configProperties
Serialized JSON object for detailed properties
configProperties?: string
Property Value
string
connectorId
Connector identifier where work item is created
connectorId?: string
Property Value
string
id
Unique Id for work item
id?: string
Property Value
string
isDefault
Boolean value indicating whether configuration is default
isDefault?: boolean
Property Value
boolean