3.1.4.97.3.2 ExecuteSPGetApprovedUpdateMetadataResponseBody

Contains the list of update metadata.

            
 <xsd:complexType name="ExecuteSPGetApprovedUpdateMetadataResponseBody">
   <xsd:sequence>
     <xsd:element minOccurs="0" maxOccurs="1" name="ExecuteSPGetApprovedUpdateMetadataResult" nillable="true" type="tns:ArrayOfArrayOfGenericReadableRow"/>
   </xsd:sequence>
 </xsd:complexType>

ExecuteSPGetApprovedUpdateMetadataResult: This field MUST be present. It contains the list of update metadata for each approved update. The format is as shown in the following table.

Index

Name

Type

Description

0

Metadata

UpdateMetadataCollection (section 2.2.4.3.1.7)

Contains the metadata of all approved updates. The data type is defined in section 2.2.4.3.1.7.

1

Files

UpdateFileInfoCollection (section 2.2.4.3.1.6)

Contains information about files associated with approved updates.

2

Approvals

UpdateApprovalCollection (section 2.2.4.3.1.5)

Contains information about all approvals.

3

Cookie

UpdateCookieCollection

An array that contains exactly one piece of data that describes when the set of approvals was last changed. The format of the data is as follows:

 <cookie   Deployment=" [integer]" FileLocation="[integer]" />

This data type is opaque for client protocol implementations. The server protocol implementation MUST provide a mechanism for how to manage these cookies.