Share via


IAccountEntityProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AccountEntityPropertiesTypeConverter))]
public interface IAccountEntityProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityCommonProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AccountEntityPropertiesTypeConverter))>]
type IAccountEntityProperties = interface
    interface IJsonSerializable
    interface IEntityCommonProperties
Public Interface IAccountEntityProperties
Implements IEntityCommonProperties
Derived
Attributes
Implements

Properties

AadTenantId

The Azure Active Directory tenant id.

AadUserId

The Azure Active Directory user id.

AccountName

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

AdditionalData

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

(Inherited from IEntityCommonProperties)
DisplayName

The display name of the account.

DnsDomain

The fully qualified domain DNS name.

FriendlyName

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.

(Inherited from IEntityCommonProperties)
HostEntityId

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

IsDomainJoined

Determines whether this is a domain account.

NtDomain

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

ObjectGuid

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

Puid

The Azure Active Directory Passport User ID.

Sid

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

UpnSuffix

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to