deviceHealthScriptIntegerParameter resource 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.

Properties of the Integer script parameter.

Inherits from deviceHealthScriptParameter

Properties

Property Type Description
name String The name of the param Inherited from deviceHealthScriptParameter
description String The description of the param Inherited from deviceHealthScriptParameter
isRequired Boolean Whether the param is required Inherited from deviceHealthScriptParameter
applyDefaultValueWhenNotAssigned Boolean Whether Apply DefaultValue When Not Assigned Inherited from deviceHealthScriptParameter
defaultValue Int32 The default value of Integer param. Valid values -2147483648 to 2147483647

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.deviceHealthScriptIntegerParameter",
  "name": "String",
  "description": "String",
  "isRequired": true,
  "applyDefaultValueWhenNotAssigned": true,
  "defaultValue": 1024
}