IncidentOwnerInfo interface

Information on the user an incident is assigned to

Properties

assignedTo

The name of the user the incident is assigned to.

email

The email of the user the incident is assigned to.

objectId

The object id of the user the incident is assigned to.

ownerType

The type of the owner the incident is assigned to.

userPrincipalName

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

email

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