共用方式為


RegulatoryComplianceStandard type

法規合規性標準詳細數據和狀態

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