Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 1013 Bytes

ReportTemplate.md

File metadata and controls

14 lines (11 loc) · 1013 Bytes

Rapid7VmConsole::ReportTemplate

Properties

Name Type Description Notes
builtin BOOLEAN Whether the report template is builtin. [optional]
description String The description of the report template. [optional]
id String The identifier of the report template; [optional]
links Array<Link> Hypermedia links to corresponding or related resources. [optional]
name String The name of the report template. [optional]
sections Array<String> The sections that comprise the `document` report template. [optional]
type String The type of the report template. `document` is a templatized, typically printable, report that has various sections of content. `export` is data-oriented output, typically CSV. `file` is a printable report template using a report template file. [optional]