3.1.4.1.3.1 ServerAuthConfig

 <s:complexType name="ServerAuthConfig">
   <s:sequence>
     <s:element minOccurs="1" maxOccurs="1"
     name="LastChange" type="s:dateTime" />
 <s:element minOccurs="0" maxOccurs="1" name="AuthInfo"
 type="tns:ArrayOfAuthPlugInInfo" />
     <s:element minOccurs="0" maxOccurs="1" 
     name="AllowedEventIds" type="s1:ArrayOfInt" />
   </s:sequence>
 </s:complexType>

LastChange: This field is not used. The DSS MUST ignore this field.

AuthInfo: Contains the Authorization PlugIn information on the USS. On successful execution of this operation, this array MUST contain exactly one element. Its format (ArrayOfAuthPlugInInfo) is shown in the following code.

AllowedEventIds: Unused. It SHOULD NOT be present and MUST be ignored on receipt if present.<26>