Class AccountEntityProperties

java.lang.Object
com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
com.azure.resourcemanager.securityinsights.fluent.models.AccountEntityProperties

public final class AccountEntityProperties extends EntityCommonProperties
Account entity property bag.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Get 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 displayName property: The display name of the account.
    Get the dnsDomain property: The fully qualified domain DNS name.
    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.
    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.
    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
    Validates the instance.

    Methods inherited from class com.azure.resourcemanager.securityinsights.models.EntityCommonProperties

    additionalData, friendlyName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AccountEntityProperties

      public AccountEntityProperties()
  • Method Details

    • aadTenantId

      public String aadTenantId()
      Get the aadTenantId property: The Azure Active Directory tenant id.
      Returns:
      the aadTenantId value.
    • aadUserId

      public String aadUserId()
      Get the aadUserId property: The Azure Active Directory user id.
      Returns:
      the aadUserId value.
    • accountName

      public String 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

      public String displayName()
      Get the displayName property: The display name of the account.
      Returns:
      the displayName value.
    • hostEntityId

      public String 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

      public Boolean isDomainJoined()
      Get the isDomainJoined property: Determines whether this is a domain account.
      Returns:
      the isDomainJoined value.
    • ntDomain

      public String 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

      public UUID 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

      public String puid()
      Get the puid property: The Azure Active Directory Passport User ID.
      Returns:
      the puid value.
    • sid

      public String sid()
      Get the sid property: The account security identifier, e.g. S-1-5-18.
      Returns:
      the sid value.
    • upnSuffix

      public String 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

      public String dnsDomain()
      Get the dnsDomain property: The fully qualified domain DNS name.
      Returns:
      the dnsDomain value.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class EntityCommonProperties
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.