TriggerOutputParent interface
Trigger model.
Properties
| created |
The user that created. |
| created |
The creation datetime(RFC 3339 literal format). |
| description | The description of the trigger. |
| display |
The name of the trigger. |
| kind | |
| last |
The user that last modified. |
| last |
The last Modified datetime(RFC 3339 literal format). |
| state | The current state of the trigger. Possible values: "Active", "Paused", "Completed", "Disabled" |
| state |
Details of current state of the trigger. |
| trigger |
The unique identifier of the trigger. |
Property Details
createdBy
The user that created.
createdBy?: string
Property Value
string
createdDateTime
The creation datetime(RFC 3339 literal format).
createdDateTime?: string
Property Value
string
description
The description of the trigger.
description?: string
Property Value
string
displayName
The name of the trigger.
displayName: string
Property Value
string
kind
kind: string
Property Value
string
lastModifiedBy
The user that last modified.
lastModifiedBy?: string
Property Value
string
lastModifiedDateTime
The last Modified datetime(RFC 3339 literal format).
lastModifiedDateTime?: string
Property Value
string
state
The current state of the trigger.
Possible values: "Active", "Paused", "Completed", "Disabled"
state?: string
Property Value
string
stateDetails
Details of current state of the trigger.
stateDetails?: StateDetailsOutput
Property Value
triggerId
The unique identifier of the trigger.
triggerId: string
Property Value
string