OnPremiseResourceDetails type
Details of the On Premise resource that was assessed
type OnPremiseResourceDetails = ResourceDetails & {
machineName: string
source: "OnPremise" | "OnPremiseSql"
sourceComputerId: string
vmuuid: string
workspaceId: string
}