2.2.4.6 DeviceJoinService

The DeviceJoinService type contains metadata about the DRS REST-based join server [MS-DVRJ].

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.DeviceRegistration.Entities

 <xs:element name="DeviceJoinService">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="JoinEndpoint" type="xs:anyURI" />
       <xs:element name="JoinResourceId" type="xs:string" />
       <xs:element name="ServiceVersion" type="xs:decimal" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

JoinEndpoint: The URL of the REST-based Web service hosted on the DRS server.

JoinResourceId: The relying party identity of the DRS server as defined by the identity provider or federation provider.

ServiceVersion: A decimal that indicates the discovery data version.