IncidentOwnerInfo Class

Information on the user an incident is assigned to.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
IncidentOwnerInfo

Constructor

IncidentOwnerInfo(*, email: Optional[str] = None, assigned_to: Optional[str] = None, object_id: Optional[str] = None, user_principal_name: Optional[str] = None, **kwargs)

Variables

email
str

The email of the user the incident is assigned to.

assigned_to
str

The name of the user the incident is assigned to.

object_id
str

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

user_principal_name
str

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

owner_type
str or OwnerType

The type of the owner the incident is assigned to. Possible values include: "Unknown", "User", "Group".