Share via


IIncidentOwnerInfo Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IncidentOwnerInfoTypeConverter))]
public interface IIncidentOwnerInfo : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IncidentOwnerInfoTypeConverter))>]
type IIncidentOwnerInfo = interface
    interface IJsonSerializable
Public Interface IIncidentOwnerInfo
Implements IJsonSerializable
Derived
Attributes
Implements

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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to