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