win32LobAppPowerShellScriptDetectionType enum type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Contains all supported Powershell Script output detection type.

Members

Member Value Description
notConfigured 0 Not configured.
string 1 Output data type is string.
dateTime 2 Output data type is date time.
integer 3 Output data type is integer.
float 4 Output data type is float.
version 5 Output data type is version.
boolean 6 Output data type is boolean.