Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.22 KB

ScanContentResponse.md

File metadata and controls

16 lines (12 loc) · 1.22 KB

Org.OpenAPITools.Model.ScanContentResponse

Properties

Name Type Description Notes
Name string The dataset name [optional]
CodeId Guid The SMAC identifier [optional]
PayloadType string The payload type The value can be: - Image - Url - Contact [optional]
PayloadName string The payload name [optional]
Payload string The payload content [optional]
Token string The access token containing the information on the scan (The access token is used to identify the scanner and the payload. It should be transmitted to the recipient if traffic need to be redirected. This is especially true for URL Payload. The recipient should call <a href=&quot;#operations-OAuth-post_api_OAuth_verify_token&quot;>/api/OAuth/verify-token</a> to validate the token before consuming it.) [optional]
IsUseExternalBrowser bool A flag indicating whether an external browser should be used [optional]

[Back to Model list] [Back to API list] [Back to README]