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
Contains the metadata of all approved updates. The data type is defined in section 2.2.4.3.1.7.
1
Files
Contains information about files associated with approved updates.
2
Approvals
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.
-