UNPKG

@agravity/public

Version:

The Agravity GlobalDAM API which allowes API key authenticated access the Agravity GlobalDAM Backend

24 lines (22 loc) 702 B
/** * Agravity OpenAPI Documentation - Public Functions * * Contact: office@agravity.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { CreateSftpUserResult } from './createSftpUserResult.pub.agravity'; export interface SecureUploadEntity { id?: string | null; collection_id?: string | null; created_date?: string | null; created_by?: string | null; url?: string | null; valid_until?: string | null; password?: string | null; asset_tags?: Array<string> | null; message?: string | null; sftp_connection?: CreateSftpUserResult | null; }