class Nexpose::External::ImportResult
Result object returned from an import_assets call, used to correlate the supplied scannable identifier with the resulting asset ID or any error messages from a problematic import.
Attributes
asset[R]
The asset created by the import. [Lazy]
asset_id[R]
Resulting asset ID of the created asset, if any.
error_message[R]
Any error messages associated with the import of the asset.
name[R]
IP or hostname provided during import.