SecurityInsightsIncidentOwnerInfo Class

Definition

Information on the user an incident is assigned to.

public class SecurityInsightsIncidentOwnerInfo
public class SecurityInsightsIncidentOwnerInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentOwnerInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentOwnerInfo>
type SecurityInsightsIncidentOwnerInfo = class
type SecurityInsightsIncidentOwnerInfo = class
    interface IJsonModel<SecurityInsightsIncidentOwnerInfo>
    interface IPersistableModel<SecurityInsightsIncidentOwnerInfo>
Public Class SecurityInsightsIncidentOwnerInfo
Public Class SecurityInsightsIncidentOwnerInfo
Implements IJsonModel(Of SecurityInsightsIncidentOwnerInfo), IPersistableModel(Of SecurityInsightsIncidentOwnerInfo)
Inheritance
SecurityInsightsIncidentOwnerInfo
Implements

Constructors

SecurityInsightsIncidentOwnerInfo()

Initializes a new instance of SecurityInsightsIncidentOwnerInfo.

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.

Explicit Interface Implementations

IJsonModel<SecurityInsightsIncidentOwnerInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SecurityInsightsIncidentOwnerInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityInsightsIncidentOwnerInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityInsightsIncidentOwnerInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SecurityInsightsIncidentOwnerInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to