RegulatoryComplianceStandard type
規制コンプライアンス標準の詳細と状態
type RegulatoryComplianceStandard = Resource & {
failedControls?: number
passedControls?: number
skippedControls?: number
state?: State
unsupportedControls?: number
}