groupPolicyPresentationDecimalTextBox 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 decimalTextBox element and an ADMX decimal element.

Inherits from groupPolicyUploadedPresentation

Methods

Method Return Type Description
List groupPolicyPresentationDecimalTextBoxes groupPolicyPresentationDecimalTextBox collection List properties and relationships of the groupPolicyPresentationDecimalTextBox objects.
Get groupPolicyPresentationDecimalTextBox groupPolicyPresentationDecimalTextBox Read properties and relationships of the groupPolicyPresentationDecimalTextBox object.
Create groupPolicyPresentationDecimalTextBox groupPolicyPresentationDecimalTextBox Create a new groupPolicyPresentationDecimalTextBox object.
Delete groupPolicyPresentationDecimalTextBox None Deletes a groupPolicyPresentationDecimalTextBox.
Update groupPolicyPresentationDecimalTextBox groupPolicyPresentationDecimalTextBox Update the properties of a groupPolicyPresentationDecimalTextBox 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 integer that specifies the minimum allowed value. The default value is 0.
maxValue Int64 An unsigned integer 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.groupPolicyPresentationDecimalTextBox",
  "label": "String",
  "id": "String (identifier)",
  "lastModifiedDateTime": "String (timestamp)",
  "defaultValue": 1024,
  "spin": true,
  "spinStep": 1024,
  "required": true,
  "minValue": 1024,
  "maxValue": 1024
}