OverviewStatus interface
The overview of the compliance result for one report.
Properties
failed |
The count of all failed control. NOTE: This property will not be serialized. It can only be populated by the server. |
manual |
The count of all manual control. NOTE: This property will not be serialized. It can only be populated by the server. |
not |
The count of all not applicable control. NOTE: This property will not be serialized. It can only be populated by the server. |
passed |
The count of all passed control. NOTE: This property will not be serialized. It can only be populated by the server. |
pending |
The count of all pending for approval control. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
failedCount
The count of all failed control. NOTE: This property will not be serialized. It can only be populated by the server.
failedCount?: number
Property Value
number
manualCount
The count of all manual control. NOTE: This property will not be serialized. It can only be populated by the server.
manualCount?: number
Property Value
number
notApplicableCount
The count of all not applicable control. NOTE: This property will not be serialized. It can only be populated by the server.
notApplicableCount?: number
Property Value
number
passedCount
The count of all passed control. NOTE: This property will not be serialized. It can only be populated by the server.
passedCount?: number
Property Value
number
pendingCount
The count of all pending for approval control. NOTE: This property will not be serialized. It can only be populated by the server.
pendingCount?: number
Property Value
number