共用方式為


OverviewStatus interface

一份報告的合規性結果概觀。

屬性

failedCount

所有失敗控制件的計數。 注意:這個屬性不會串行化。 它只能由伺服器填入。

manualCount

所有手動控件的計數。 注意:這個屬性不會串行化。 它只能由伺服器填入。

notApplicableCount

所有不適用控件的計數。 注意:這個屬性不會串行化。 它只能由伺服器填入。

passedCount

所有傳遞控件的計數。 注意:這個屬性不會串行化。 它只能由伺服器填入。

pendingCount

所有擱置的核准控制計數。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

failedCount

所有失敗控制件的計數。 注意:這個屬性不會串行化。 它只能由伺服器填入。

failedCount?: number

屬性值

number

manualCount

所有手動控件的計數。 注意:這個屬性不會串行化。 它只能由伺服器填入。

manualCount?: number

屬性值

number

notApplicableCount

所有不適用控件的計數。 注意:這個屬性不會串行化。 它只能由伺服器填入。

notApplicableCount?: number

屬性值

number

passedCount

所有傳遞控件的計數。 注意:這個屬性不會串行化。 它只能由伺服器填入。

passedCount?: number

屬性值

number

pendingCount

所有擱置的核准控制計數。 注意:這個屬性不會串行化。 它只能由伺服器填入。

pendingCount?: number

屬性值

number