AccountEntity Class
Represents an account entity.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.securityinsight.models._models_py3.EntityAccountEntity
Constructor
AccountEntity(**kwargs)
Variables
- id
- str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- str
The name of the resource.
- type
- str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".
- system_data
- SystemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
- kind
- str or EntityKind
Required. The kind of the entity.Constant filled by server. Possible values include: "Account", "Host", "File", "AzureResource", "CloudApplication", "DnsResolution", "FileHash", "Ip", "Malware", "Process", "RegistryKey", "RegistryValue", "SecurityGroup", "Url", "IoTDevice", "SecurityAlert", "Bookmark", "MailCluster", "MailMessage", "Mailbox", "SubmissionMail".
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.
Feedback
Submit and view feedback for