ArmSecurityInsightsModelFactory.SecurityInsightsAccountEntity Method

Definition

Initializes a new instance of SecurityInsightsAccountEntity.

public static Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAccountEntity SecurityInsightsAccountEntity (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IReadOnlyDictionary<string,BinaryData> additionalData = default, string friendlyName = default, string aadTenantId = default, string aadUserId = default, string accountName = default, string displayName = default, string hostEntityId = default, bool? isDomainJoined = default, string ntDomain = default, Guid? objectGuid = default, string puid = default, string sid = default, string upnSuffix = default, string dnsDomain = default);
static member SecurityInsightsAccountEntity : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IReadOnlyDictionary<string, BinaryData> * string * string * string * string * string * string * Nullable<bool> * string * Nullable<Guid> * string * string * string * string -> Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAccountEntity
Public Shared Function SecurityInsightsAccountEntity (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional additionalData As IReadOnlyDictionary(Of String, BinaryData) = Nothing, Optional friendlyName As String = Nothing, Optional aadTenantId As String = Nothing, Optional aadUserId As String = Nothing, Optional accountName As String = Nothing, Optional displayName As String = Nothing, Optional hostEntityId As String = Nothing, Optional isDomainJoined As Nullable(Of Boolean) = Nothing, Optional ntDomain As String = Nothing, Optional objectGuid As Nullable(Of Guid) = Nothing, Optional puid As String = Nothing, Optional sid As String = Nothing, Optional upnSuffix As String = Nothing, Optional dnsDomain As String = Nothing) As SecurityInsightsAccountEntity

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

additionalData
IReadOnlyDictionary<String,BinaryData>

A bag of custom fields that should be part of the entity and will be presented to the user.

friendlyName
String

The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.

aadTenantId
String

The Azure Active Directory tenant id.

aadUserId
String

The Azure Active Directory user id.

accountName
String

The name of the account. This field should hold only the name without any domain added to it, i.e. administrator.

displayName
String

The display name of the account.

hostEntityId
String

The Host entity id that contains the account in case it is a local account (not domain joined).

isDomainJoined
Nullable<Boolean>

Determines whether this is a domain account.

ntDomain
String

The NetBIOS domain name as it appears in the alert format domain/username. Examples: NT AUTHORITY.

objectGuid
Nullable<Guid>

The objectGUID attribute is a single-value attribute that is the unique identifier for the object, assigned by active directory.

puid
String

The Azure Active Directory Passport User ID.

sid
String

The account security identifier, e.g. S-1-5-18.

upnSuffix
String

The user principal name suffix for the account, in some cases it is also the domain name. Examples: contoso.com.

dnsDomain
String

The fully qualified domain DNS name.

Returns

A new SecurityInsightsAccountEntity instance for mocking.

Applies to