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

The entity represents an unsigned integer value of a decimal text box presentation on a policy definition.

Inherits from groupPolicyPresentationValue

Methods

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

Properties

Property Type Description
lastModifiedDateTime DateTimeOffset The date and time the object was last modified. Inherited from groupPolicyPresentationValue
createdDateTime DateTimeOffset The date and time the object was created. Inherited from groupPolicyPresentationValue
id String Key of the entity. Inherited from groupPolicyPresentationValue
value Int64 An unsigned integer value for the associated presentation.

Relationships

Relationship Type Description
definitionValue groupPolicyDefinitionValue The group policy definition value associated with the presentation value. Inherited from groupPolicyPresentationValue
presentation groupPolicyPresentation The group policy presentation associated with the presentation value. Inherited from groupPolicyPresentationValue

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.groupPolicyPresentationValueDecimal",
  "lastModifiedDateTime": "String (timestamp)",
  "createdDateTime": "String (timestamp)",
  "id": "String (identifier)",
  "value": 1024
}