Information about an upload destination.

Export

ServiceDocumentUploadDestination

interface ServiceDocumentUploadDestination {
    encryptionDetails: EncryptionDetails;
    headers?: object;
    uploadDestinationId: string;
    url: string;
}

Properties

encryptionDetails: EncryptionDetails

Memberof

ServiceDocumentUploadDestination

headers?: object

The headers to include in the upload request.

Memberof

ServiceDocumentUploadDestination

uploadDestinationId: string

The unique identifier to be used by APIs that reference the upload destination.

Memberof

ServiceDocumentUploadDestination

url: string

The URL to which to upload the file.

Memberof

ServiceDocumentUploadDestination