Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IncidentOwnerInfo

Package version

Information on the user an incident is assigned to

Hierarchy

  • IncidentOwnerInfo

Index

Properties

Optional assignedTo

assignedTo: undefined | string

The name of the user the incident is assigned to.

Optional email

email: undefined | string

The email of the user the incident is assigned to.

Optional objectId

objectId: undefined | string

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

Optional ownerType

ownerType: OwnerType

The type of the owner the incident is assigned to. NOTE: This property will not be serialized. It can only be populated by the server.

Optional userPrincipalName

userPrincipalName: undefined | string

The user principal name of the user the incident is assigned to.

Generated using TypeDoc