Compartilhar via


ArmSecurityInsightsModelFactory.SecurityInsightsUserInfo Method

Definition

Initializes a new instance of SecurityInsightsUserInfo.

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

Parameters

email
String

The email of the user.

name
String

The name of the user.

objectId
Nullable<Guid>

The object id of the user.

Returns

A new SecurityInsightsUserInfo instance for mocking.

Applies to