groupPolicyPresentationLongDecimalTextBox 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.

Represents an ADMX longDecimalTextBox element and an ADMX longDecimal element.

Inherits from groupPolicyUploadedPresentation

Methods

Method Return Type Description
List groupPolicyPresentationLongDecimalTextBoxes groupPolicyPresentationLongDecimalTextBox collection List properties and relationships of the groupPolicyPresentationLongDecimalTextBox objects.
Get groupPolicyPresentationLongDecimalTextBox groupPolicyPresentationLongDecimalTextBox Read properties and relationships of the groupPolicyPresentationLongDecimalTextBox object.
Create groupPolicyPresentationLongDecimalTextBox groupPolicyPresentationLongDecimalTextBox Create a new groupPolicyPresentationLongDecimalTextBox object.
Delete groupPolicyPresentationLongDecimalTextBox None Deletes a groupPolicyPresentationLongDecimalTextBox.
Update groupPolicyPresentationLongDecimalTextBox groupPolicyPresentationLongDecimalTextBox Update the properties of a groupPolicyPresentationLongDecimalTextBox object.

Properties

Property Type Description
label String Localized text label for any presentation entity. The default value is empty. Inherited from groupPolicyPresentation
id String Key of the entity. Inherited from groupPolicyPresentation
lastModifiedDateTime DateTimeOffset The date and time the entity was last modified. Inherited from groupPolicyPresentation
defaultValue Int64 An unsigned integer that specifies the initial value for the decimal text box. The default value is 1.
spin Boolean If true, create a spin control; otherwise, create a text box for numeric entry. The default value is true.
spinStep Int64 An unsigned integer that specifies the increment of change for the spin control. The default value is 1.
required Boolean Requirement to enter a value in the parameter box. The default value is false.
minValue Int64 An unsigned long that specifies the minimum allowed value. The default value is 0.
maxValue Int64 An unsigned long that specifies the maximum allowed value. The default value is 9999.

Relationships

Relationship Type Description
definition groupPolicyDefinition The group policy definition associated with the presentation. Inherited from groupPolicyPresentation

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.groupPolicyPresentationLongDecimalTextBox",
  "label": "String",
  "id": "String (identifier)",
  "lastModifiedDateTime": "String (timestamp)",
  "defaultValue": 1024,
  "spin": true,
  "spinStep": 1024,
  "required": true,
  "minValue": 1024,
  "maxValue": 1024
}