TriggerOutputParent interface

Trigger model.

Properties

createdBy

The user that created.

createdDateTime

The creation datetime(RFC 3339 literal format).

description

The description of the trigger.

displayName

The name of the trigger.

kind
lastModifiedBy

The user that last modified.

lastModifiedDateTime

The last Modified datetime(RFC 3339 literal format).

state

The current state of the trigger.

Possible values: "Active", "Paused", "Completed", "Disabled"

stateDetails

Details of current state of the trigger.

triggerId

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