Interface for OS Plugin SDK config @maxTimeout: Maximum time to wait for the OS plugin to return the OS information @mergeOsNameVersion: Whether to merge the OS name and version into one field

interface IOSPluginConfiguration {
    maxTimeout?: number;
    mergeOsNameVersion?: boolean;
}

Properties

maxTimeout?: number

Maximum time to wait for the OS plugin to return the OS information Default: 200

mergeOsNameVersion?: boolean

Whether to merge the OS name and version into one field Default: undefined