Software interface
Represents a software data
- Extends
Properties
device |
Unique identifier for the virtual machine in the service. |
end |
The end of support date in case the product is upcoming end of support. |
end |
End of support status. |
first |
First time that the software was seen in the device. |
number |
Number of weaknesses. |
os |
Platform of the operating system running on the device. |
software |
Name of the software product. |
vendor | Name of the software vendor. |
version | Version number of the software product. |
Inherited Properties
id | Resource Id NOTE: This property will not be serialized. It can only be populated by the server. |
name | Resource name NOTE: This property will not be serialized. It can only be populated by the server. |
type | Resource type NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
deviceId
Unique identifier for the virtual machine in the service.
deviceId?: string
Property Value
string
endOfSupportDate
The end of support date in case the product is upcoming end of support.
endOfSupportDate?: string
Property Value
string
endOfSupportStatus
End of support status.
endOfSupportStatus?: string
Property Value
string
firstSeenAt
First time that the software was seen in the device.
firstSeenAt?: string
Property Value
string
numberOfKnownVulnerabilities
Number of weaknesses.
numberOfKnownVulnerabilities?: number
Property Value
number
osPlatform
Platform of the operating system running on the device.
osPlatform?: string
Property Value
string
softwareName
Name of the software product.
softwareName?: string
Property Value
string
vendor
Name of the software vendor.
vendor?: string
Property Value
string
version
Version number of the software product.
version?: string
Property Value
string
Inherited Property Details
id
Resource Id NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
name
Resource name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
type
Resource type NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type
Azure SDK for JavaScript