HttpNfcLeasePullFromUrlsRequestType
HttpNfcLeasePullFromUrlsRequestType
The parameters of HttpNfcLeasePullFromUrls_Task.
JSON Example
{
"files": [
{
"_typeName": "string",
"targetDeviceId": "string",
"url": "string",
"memberName": "string",
"create": false,
"sslThumbprint": "string",
"httpHeaders": [
{
"_typeName": "string",
"key": "string",
"value": "string"
}
],
"size": 0
}
]
}
array of HttpNfcLeaseSourceFile
files
Optional
[in] List of remote source file descriptors There should be the same number of HttpNfcLeaseSourceFile as HttpNfcLeaseDeviceUrl provided by this lease. Privilege VApp.PullFromUrls is required.