2.2.4.185 User

The User complex type specifies an Active Directory user who has specific privileges assigned. These privileges were either inherited from an Active Directory group or directly assigned.

The following is the XML schema definition of the User complex type.

   <xs:complexType name="User">
     <xs:sequence>
       <xs:element minOccurs="0" name="AuditInfo" nillable="true" type="tns:AuditInfo" />
       <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="DisplayName" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="EmailAddress" nillable="true" type="xs:string" />
       <xs:element xmlns:q29="http://schemas.datacontract.org/2004/07/Microsoft.Office.MDM.Services.DataContracts" minOccurs="0" name="EmailFormat" type="q29:EmailFormat" />
       <xs:element minOccurs="0" name="GroupPrivileges" nillable="true" type="tns:ArrayOfIdentifier" />
       <xs:element minOccurs="0" name="Identifier" nillable="true" type="tns:Identifier" />
       <xs:element minOccurs="0" name="LastLogOn" type="xs:dateTime" />
       <xs:element minOccurs="0" name="LoggedIn" type="xs:boolean" />
       <xs:element minOccurs="0" name="SID" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="SecurityPrivilege" nillable="true" type="tns:SecurityPrivileges" />
     </xs:sequence>
   </xs:complexType>

AuditInfo: Specifies the AuditInfo complex type.

Description: Specifies the description of the user.

DisplayName: Specifies the display name of the user.

EmailAddress: Specifies a valid email address that is associated with the user.

EmailFormat: Specifies the EmailFormat simple type.

GroupPrivileges: Specifies the ArrayOfIdentifier complex type.

Identifier: Specifies the Identifier complex type.

LoggedIn: Specifies whether the user is currently logged in.

LastLogOn: Specifies the date and time of the last logon.

SID: Specifies the internal security ID.

SecurityPrivilege: Specifies the SecurityPrivileges complex type.