ArmSecurityInsightsModelFactory.SecurityInsightsHuntOwner Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- String
The email of the user the hunt is assigned to.
- assignedTo
- String
The name 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.