SecurityTaskProperties interface

Describes properties of a task.

Properties

creationTimeUtc

The time this task was discovered in UTC

lastStateChangeTimeUtc

The time this task's details were last changed in UTC

securityTaskParameters

Changing set of properties, depending on the task type that is derived from the name field

state

State of the task (Active, Resolved etc.)

subState

Additional data on the state of the task

Property Details

creationTimeUtc

The time this task was discovered in UTC

creationTimeUtc?: Date

Property Value

Date

lastStateChangeTimeUtc

The time this task's details were last changed in UTC

lastStateChangeTimeUtc?: Date

Property Value

Date

securityTaskParameters

Changing set of properties, depending on the task type that is derived from the name field

securityTaskParameters?: SecurityTaskParameters

Property Value

state

State of the task (Active, Resolved etc.)

state?: string

Property Value

string

subState

Additional data on the state of the task

subState?: string

Property Value

string