Types
-
a record containing information about a single attachmentfilename : textfilename of the attachmentdescription : textdescription of the attachmenttags : list of stringcollection of tags associated with the attachmentsize : integersize of the attachment, in byteslastModifiedUser : textname of the last Insight user to modify the attachmentlastModifiedDate : datetimedate and time of last modification to attachment (UTC)hidden : booleanwhether the attachment is hidden from the UINoteModifying an insightattachment record will not modify the attachment information on the server.See also
-
a record containing information about the rules used by mminsight when verifying attachments.maxsize : integerthe maximum size, in bytes, that an attachment may havemaxattachcount : integerthe maximum number of attachments that can be attached to a single scenariomaxfilenamelen : integerthe maximum permitted length, in characters, of an attachment filenameinvalidfilenamechars : list of texta list of characters that are not permitted in attachment filenames. Must be a list of single-character text values.maxdescriptionlen : integerthe maximum permitted length, in characters, of an attachment descriptionNoteThis record is used only in test mode.See also
-
a record containing information about a tag defined in the app's companion filename : stringname of the tagdescription : stringdescription of the tagmandatory : booleanwhether the tag is mandatoryusage : stringtag usage restrictions, either 'single-file' or 'multi-file'NoteModifying an insightattachmenttag record will not modify the attachment tag information on the server.See also