3.6.4.39.3.2 OnboardVirtualDesktopResponseBody

 <xsd:complexType name="OnboardVirtualDesktopResponseBody">
   <xsd:sequence>
     <xsd:element minOccurs="1" maxOccurs="1" name="pSslPort" type="xsd:unsignedInt" />
     <xsd:element minOccurs="1" maxOccurs="1" name="pwsSslCertificateThumbprint" type="xsd:string" />            
     <xsd:element minOccurs="1" maxOccurs="1" name="ppSslCertificate" type="tns:ArrayOfBytes" />
     <xsd:element minOccurs="1" maxOccurs="1" name="pwsWmsControlPassword" type="xsd:string" />
     <xsd:element minOccurs="1" maxOccurs="1" name="pwsWmsManagementPassword" type="xsd:string" />
   </xsd:sequence>
 </xsd:complexType>

pSslPort: Contains the port number that the virtual machine listens on for secure requests.

pwsSslCertificateThumbprint: Contains the virtual machine's certificate thumbprint.

ppSslCertificate: Contains the virtual machine's binary X.509 certificate. Clients MUST verify that the subject name of the certificate matches the host name of the virtual machine. Clients MUST also verify that the certificate's enhanced key usage (EKU) supports only Server Authentication.

pwsWmsControlPassword: A string containing the WmsControl password for the virtual machine.

pwsWmsManagementPassword: A string containing the WmsManagement password for the virtual machine.