groupPolicyPresentationValueLongDecimal 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 long value of a long decimal text box presentation on a policy definition.

Inherits from groupPolicyPresentationValue

Methods

Method Return Type Description
List groupPolicyPresentationValueLongDecimals groupPolicyPresentationValueLongDecimal collection List properties and relationships of the groupPolicyPresentationValueLongDecimal objects.
Get groupPolicyPresentationValueLongDecimal groupPolicyPresentationValueLongDecimal Read properties and relationships of the groupPolicyPresentationValueLongDecimal object.
Create groupPolicyPresentationValueLongDecimal groupPolicyPresentationValueLongDecimal Create a new groupPolicyPresentationValueLongDecimal object.
Delete groupPolicyPresentationValueLongDecimal None Deletes a groupPolicyPresentationValueLongDecimal.
Update groupPolicyPresentationValueLongDecimal groupPolicyPresentationValueLongDecimal Update the properties of a groupPolicyPresentationValueLongDecimal 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 long 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.groupPolicyPresentationValueLongDecimal",
  "lastModifiedDateTime": "String (timestamp)",
  "createdDateTime": "String (timestamp)",
  "id": "String (identifier)",
  "value": 1024
}