Microsoft.AD.UserBaseUsuario o grupo de Active Directory

Microsoft.AD.UserBase (ClassType)

Define las propiedades en común de los usuarios y grupos de Active Directory

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 (ESN) Description (ESN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar del objeto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Estado de objeto Estado de objeto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Estado de activo Estado de activo false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notas Notas false 4000       
System.User:
FirstName  string  Nombre Nombre false 256  False     
Initials  string  Iniciales Iniciales false 256  False     
LastName  string  Apellidos Apellidos false 256  False     
Company  string  Compañía Compañía false 256  False     
Department  string  Departamento Departamento false 256  False     
Office  string  Oficina Oficina false 256  False     
Title  string  Cargo Cargo false 256  False     
EmployeeId  string  Identificador de empleado Identificador de empleado false 256  False     
StreetAddress  string  Dirección Dirección false 1024  False     
City  string  Ciudad Ciudad false 256  False     
State  string  Estado Estado false 256  False     
Zip  string  Código postal Código postal false 256  False     
Country  string  País País false 256  False     
BusinessPhone  string  Teléfono del trabajo Teléfono del trabajo false 256  False     
BusinessPhone2  string  Teléfono del trabajo 2 Teléfono del trabajo 2 false 256  False     
HomePhone  string  Teléfono particular Teléfono particular false 256  False     
HomePhone2  string  Teléfono particular 2 Teléfono particular 2 false 256  False     
Fax  string  Fax Fax false 256  False     
Mobile  string  Móvil Móvil false 256  False     
Pager  string  Buscapersonas Buscapersonas false 256  False     
System.Domain.User:
Domain  string  Dominio Dominio true 256  False     
UserName  string  Nombre de usuario Nombre de usuario true 256  False     
Microsoft.AD.UserBase:
DistinguishedName  string  Nombre distintivo (DN) Nombre distintivo (DN) false 256  False     
ObjectGuid  guid      false 256       
SID  string  SID SID false 256  False     
FQDN  string  FQDN Nombre de dominio completo false 256  False     
UPN  string  UPN UPN false 256  False     
OrganizationalUnit  string  Unidad organizativa Unidad organizativa 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>