SubAssessmentStatus Class

Status of the sub-assessment.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
SubAssessmentStatus

Constructor

SubAssessmentStatus(**kwargs)

Variables

code
str or SubAssessmentStatusCode

Programmatic code for the status of the assessment. Possible values include: "Healthy", "Unhealthy", "NotApplicable".

cause
str

Programmatic code for the cause of the assessment status.

description
str

Human readable description of the assessment status.

severity
str or Severity

The sub-assessment severity level. Possible values include: "Low", "Medium", "High".