Class AccountEntity
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.securityinsights.fluent.models.EntityInner
com.azure.resourcemanager.securityinsights.models.AccountEntity
Represents an account entity.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the aadTenantId property: The Azure Active Directory tenant id.Get the aadUserId property: The Azure Active Directory user id.Get the accountName property: The name of the account.Get the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.Get the displayName property: The display name of the account.Get the dnsDomain property: The fully qualified domain DNS name.Get the friendlyName property: The graph item display name which is a short humanly readable description of the graph item instance.Get the hostEntityId property: The Host entity id that contains the account in case it is a local account (not domain joined).Get the isDomainJoined property: Determines whether this is a domain account.ntDomain()
Get the ntDomain property: The NetBIOS domain name as it appears in the alert format domain/username.Get the objectGuid property: The objectGUID attribute is a single-value attribute that is the unique identifier for the object, assigned by active directory.puid()
Get the puid property: The Azure Active Directory Passport User ID.sid()
Get the sid property: The account security identifier, e.g.Get the upnSuffix property: The user principal name suffix for the account, in some cases it is also the domain name.void
validate()
Validates the instance.Methods inherited from class com.azure.resourcemanager.securityinsights.fluent.models.EntityInner
systemData
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
AccountEntity
public AccountEntity()
-
-
Method Details
-
aadTenantId
Get the aadTenantId property: The Azure Active Directory tenant id.- Returns:
- the aadTenantId value.
-
aadUserId
Get the aadUserId property: The Azure Active Directory user id.- Returns:
- the aadUserId value.
-
accountName
Get the accountName property: The name of the account. This field should hold only the name without any domain added to it, i.e. administrator.- Returns:
- the accountName value.
-
displayName
Get the displayName property: The display name of the account.- Returns:
- the displayName value.
-
hostEntityId
Get the hostEntityId property: The Host entity id that contains the account in case it is a local account (not domain joined).- Returns:
- the hostEntityId value.
-
isDomainJoined
Get the isDomainJoined property: Determines whether this is a domain account.- Returns:
- the isDomainJoined value.
-
ntDomain
Get the ntDomain property: The NetBIOS domain name as it appears in the alert format domain/username. Examples: NT AUTHORITY.- Returns:
- the ntDomain value.
-
objectGuid
Get the objectGuid property: The objectGUID attribute is a single-value attribute that is the unique identifier for the object, assigned by active directory.- Returns:
- the objectGuid value.
-
puid
Get the puid property: The Azure Active Directory Passport User ID.- Returns:
- the puid value.
-
sid
Get the sid property: The account security identifier, e.g. S-1-5-18.- Returns:
- the sid value.
-
upnSuffix
Get the upnSuffix property: The user principal name suffix for the account, in some cases it is also the domain name. Examples: contoso.com.- Returns:
- the upnSuffix value.
-
dnsDomain
Get the dnsDomain property: The fully qualified domain DNS name.- Returns:
- the dnsDomain value.
-
additionalData
Get the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.- Returns:
- the additionalData value.
-
friendlyName
Get the friendlyName property: 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.- Returns:
- the friendlyName value.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classEntityInner
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-