EntityManualTriggerRequestBody interface
Describes the request body for triggering a playbook on an entity.
Properties
| incident |
Incident ARM id. |
| logic |
The resource id of the playbook resource. |
| tenant |
The tenant id of the playbook resource. |
Property Details
incidentArmId
Incident ARM id.
incidentArmId?: string
Property Value
string
logicAppsResourceId
The resource id of the playbook resource.
logicAppsResourceId: string
Property Value
string
tenantId
The tenant id of the playbook resource.
tenantId?: string
Property Value
string