SecurityTaskProperties interface
Describes properties of a task.
Properties
| creation |
The time this task was discovered in UTC |
| last |
The time this task's details were last changed in UTC |
| security |
Changing set of properties, depending on the task type that is derived from the name field |
| state | State of the task (Active, Resolved etc.) |
| sub |
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