|
Structure that holds the parsed contents of the ADU request in the Plug and Play writable properties sent by the ADU service. More...
#include <az_iot_adu_client.h>
Data Fields | |
az_iot_adu_client_workflow | workflow |
az_span | update_manifest |
az_span | update_manifest_signature |
az_iot_adu_client_file_url | file_urls [_az_IOT_ADU_CLIENT_MAX_TOTAL_FILE_COUNT] |
uint32_t | file_urls_count |
Structure that holds the parsed contents of the ADU request in the Plug and Play writable properties sent by the ADU service.
az_iot_adu_client_file_url az_iot_adu_client_update_request::file_urls[_az_IOT_ADU_CLIENT_MAX_TOTAL_FILE_COUNT] |
An array of files associated with the deployment. These are then correlated with specific steps of the update via their IDs.
uint32_t az_iot_adu_client_update_request::file_urls_count |
Number of items in file_urls
.
az_span az_iot_adu_client_update_request::update_manifest |
Description of the content of an update.
az_span az_iot_adu_client_update_request::update_manifest_signature |
A JSON Web Signature (JWS) with JSON Web Keys used for source verification.
az_iot_adu_client_workflow az_iot_adu_client_update_request::workflow |
A set of values that indicate which deployment the agent is currently working on.