다음을 통해 공유


Software type

소프트웨어 데이터를 나타냅니다.

type Software = Resource & {
  deviceId?: string
  endOfSupportDate?: string
  endOfSupportStatus?: EndOfSupportStatus
  firstSeenAt?: string
  numberOfKnownVulnerabilities?: number
  osPlatform?: string
  softwareName?: string
  vendor?: string
  version?: string
}