AccountEntityProperties Class

Account entity property bag.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.securityinsight.models._models_py3.EntityCommonProperties
AccountEntityProperties

Constructor

AccountEntityProperties(**kwargs)

Variables

additional_data
dict[str, any]

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

friendly_name
str

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.

aad_tenant_id
str

The Azure Active Directory tenant id.

aad_user_id
str

The Azure Active Directory user id.

account_name
str

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

display_name
str

The display name of the account.

host_entity_id
str

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

is_domain_joined
bool

Determines whether this is a domain account.

nt_domain
str

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

object_guid
str

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

puid
str

The Azure Active Directory Passport User ID.

sid
str

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

upn_suffix
str

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

dns_domain
str

The fully qualified domain DNS name.