IncidentOwnerInfo Class

Information on the user an incident is assigned to.

Inheritance
azure.mgmt.securityinsight._serialization.Model
IncidentOwnerInfo

Constructor

IncidentOwnerInfo(*, email: str | None = None, assigned_to: str | None = None, object_id: str | None = None, user_principal_name: str | None = None, owner_type: str | _models.OwnerType | None = None, **kwargs)

Keyword-Only Parameters

Name Description
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

The type of the owner the incident is assigned to. Known values are: "Unknown", "User", and "Group".

Variables

Name Description
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

The type of the owner the incident is assigned to. Known values are: "Unknown", "User", and "Group".