다음을 통해 공유


RegulatoryComplianceStandard type

규정 준수 표준 세부 정보 및 상태

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