2.2.4.73 t:UserIdType Complex Type
The UserIdType complex type specifies a user identifier.
-
<xs:complexType name="UserIdType"> <xs:sequence> <xs:element name="SID" type="xs:string" minOccurs="0" maxOccurs="1" /> <xs:element name="PrimarySmtpAddress" type="xs:string" minOccurs="0" maxOccurs="1" /> <xs:element name="DisplayName" type="xs:string" minOccurs="0" maxOccurs="1" /> <xs:element name="DistinguishedUser" type="t:DistinguishedUserType" minOccurs="0" maxOccurs="1" /> <xs:element name="ExternalUserIdentity" type="xs:string" minOccurs="0" maxOccurs="1" /> </xs:sequence> </xs:complexType>
The following table lists the child elements of the UserIdType complex type.
Element name |
Type |
Description |
---|---|---|
SID |
xs:string ([XMLSCHEMA2]) |
Specifies the security descriptor definition language (SSDL) form of the security identifier (SID) for a user. |
PrimarySmtpAddress |
xs:string |
Specifies the primary SMTP address of an account. |
DisplayName |
xs:string |
Specifies the user name for display. |
DistinguishedUser |
t:DistinguishedUserType (section 2.2.5.12) |
Specifies a value that identifies the Anonymous and Default user accounts for delegate access. |
ExternalUserIdentity |
xs:string |
Specifies an external user identity. |