IncidentOwnerInfo interface
Information on the user an incident is assigned to
Properties
assigned |
The name of the user the incident is assigned to. |
The email of the user the incident is assigned to. |
|
object |
The object id of the user the incident is assigned to. |
owner |
The type of the owner the incident is assigned to. |
user |
The user principal name of the user the incident is assigned to. |
Property Details
assignedTo
The name of the user the incident is assigned to.
assignedTo?: string
Property Value
string
The email of the user the incident is assigned to.
email?: string
Property Value
string
objectId
The object id of the user the incident is assigned to.
objectId?: string
Property Value
string
ownerType
The type of the owner the incident is assigned to.
ownerType?: string
Property Value
string
userPrincipalName
The user principal name of the user the incident is assigned to.
userPrincipalName?: string
Property Value
string
Azure SDK for JavaScript