Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.39 KB

QuestionnaireRiskV2.md

File metadata and controls

23 lines (19 loc) · 1.39 KB

QuestionnaireRiskV2

Properties

Name Type Description Notes
controls StringSlice [optional]
created_at datetime The time the risk was first seen [optional]
in_remediation bool Flag indicating whether the risk is in remediation [optional]
is_shared_questionnaire bool Flag indicating whether the risk arise from a shared questionnaire. This field will be present [optional]
questionnaire_id int The ID of the questionnaire this risk belongs to [optional]
risk_category str The category of the risk [optional]
risk_explanation str [optional]
risk_id str THe ID of the risk [optional]
risk_name str The name of the risk [optional]
risk_severity str The severity of the risk [optional]
risk_text str The description of the risk [optional]
risk_waivers list[QuestionnaireRiskWaiver] List of risk waivers associated with the risk [optional]
risk_why str [optional]
vendor_id int The ID of the vendor this risk belongs to [optional]

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