SecurityInsightsHuntOwner Class

Definition

Describes a user that the hunt is assigned to.

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

Constructors

SecurityInsightsHuntOwner()

Initializes a new instance of SecurityInsightsHuntOwner.

Properties

AssignedTo

The name of the user the hunt is assigned to.

Email

The email of the user the hunt is assigned to.

ObjectId

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

OwnerType

The type of the owner the hunt is assigned to.

UserPrincipalName

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

Explicit Interface Implementations

IJsonModel<SecurityInsightsHuntOwner>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SecurityInsightsHuntOwner>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityInsightsHuntOwner>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityInsightsHuntOwner>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SecurityInsightsHuntOwner>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to