Microsoft.AD.UserBaseActive Directory User or Group

Microsoft.AD.UserBase (ClassType)

Defines the common properties of Active Directory users and groups

Element properties:

Base ClassSystem.Domain.User
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId9c85086e-fc04-2c41-3efa-18bb212c2c24

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
System.User:
FirstName  string  First Name First Name false 256  False     
Initials  string  Initials Initials false 256  False     
LastName  string  Last Name Last Name false 256  False     
Company  string  Company Company false 256  False     
Department  string  Department Department false 256  False     
Office  string  Office Office false 256  False     
Title  string  Title Title false 256  False     
EmployeeId  string  Employee Identifier Employee Identifier false 256  False     
StreetAddress  string  Street Address Street Address false 1024  False     
City  string  City City false 256  False     
State  string  State State false 256  False     
Zip  string  Zip Zip false 256  False     
Country  string  Country Country false 256  False     
BusinessPhone  string  Business Phone Business Phone false 256  False     
BusinessPhone2  string  Business Phone2 Business Phone2 false 256  False     
HomePhone  string  Home Phone Home Phone false 256  False     
HomePhone2  string  Home Phone2 Home Phone2 false 256  False     
Fax  string  Fax Fax false 256  False     
Mobile  string  Mobile Mobile false 256  False     
Pager  string  Pager Pager false 256  False     
System.Domain.User:
Domain  string  Domain Domain true 256  False     
UserName  string  User Name User Name true 256  False     
Microsoft.AD.UserBase:
DistinguishedName  string  Distinguished Name Distinguished Name false 256  False     
ObjectGuid  guid      false 256       
SID  string  SID SID false 256  False     
FQDN  string  FQDN Fully Qualified Domain Name false 256  False     
UPN  string  UPN UPN false 256  False     
OrganizationalUnit  string  Organizational unit Organizational unit false 1024  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.AD.UserBase" Base="System!System.Domain.User" Abstract="false" Accessibility="Public" Hosted="false">
<!-- TODO: add regexp to the properties that have a well-known format -->
<Property ID="DistinguishedName" Type="string"/>
<Property ID="ObjectGuid" Type="guid"/>
<Property ID="SID" Type="string"/>
<Property ID="FQDN" Type="string"/>
<Property ID="UPN" Type="string"/>
<Property ID="OrganizationalUnit" Type="string" MaxLength="1024"/>
<!--<Property ID="IsUserGroup" Type="bool"/>-->
</ClassType>