مشاركة عبر


RegulatoryComplianceStandard type

التفاصيل القياسية للامتثال التنظيمي والحالة

type RegulatoryComplianceStandard = Resource & {
  failedControls?: number
  passedControls?: number
  skippedControls?: number
  state?: State
  unsupportedControls?: number
}