Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 894 Bytes

XxeDetectionRequestItem.md

File metadata and controls

13 lines (9 loc) · 894 Bytes

XxeDetectionRequestItem

Properties

Name Type Description Notes
input_text string Individual input text item to protect from XXE [optional]
allow_internet_urls bool Optional: Set to true to allow Internet-based dependency URLs for DTDs and other XML External Entitites, set to false to block. Default is false. [optional]
known_safe_urls string[] Optional: Comma separated list of fully-qualified URLs that will automatically be considered safe. [optional]
known_unsafe_urls string[] Optional: Comma separated list of fully-qualified URLs that will automatically be considered unsafe. [optional]

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