ArmSecurityInsightsModelFactory.SecurityInsightsHuntOwner Method

Definition

public static Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsHuntOwner SecurityInsightsHuntOwner(string email = default, string assignedTo = default, Guid? objectId = default, string userPrincipalName = default, Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentOwnerType? ownerType = default);
static member SecurityInsightsHuntOwner : string * string * Nullable<Guid> * string * Nullable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentOwnerType> -> Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsHuntOwner
Public Shared Function SecurityInsightsHuntOwner (Optional email As String = Nothing, Optional assignedTo As String = Nothing, Optional objectId As Nullable(Of Guid) = Nothing, Optional userPrincipalName As String = Nothing, Optional ownerType As Nullable(Of SecurityInsightsIncidentOwnerType) = Nothing) As SecurityInsightsHuntOwner

Parameters

email
String

The email of the user the hunt is assigned to.

assignedTo
String

The name of the user the hunt is assigned to.

objectId
Nullable<Guid>

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

userPrincipalName
String

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

ownerType
Nullable<SecurityInsightsIncidentOwnerType>

The type of the owner the hunt is assigned to.

Returns

A new SecurityInsightsHuntOwner instance for mocking.

Applies to