DocumentDownloadResult interface

A secure URL that can be used to download a an entity until the URL expires.

Properties

expiryTime

The time in UTC when the download URL will expire. NOTE: This property will not be serialized. It can only be populated by the server.

url

The URL to the PDF or .zip file. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

expiryTime

The time in UTC when the download URL will expire. NOTE: This property will not be serialized. It can only be populated by the server.

expiryTime?: string

Property Value

string

url

The URL to the PDF or .zip file. NOTE: This property will not be serialized. It can only be populated by the server.

url?: string

Property Value

string