Edit

Share via


groupPolicyPresentationValue resource type

Namespace: microsoft.graph

Important: APIs under the /beta version in Microsoft Graph are subject to change which could break your applications. While Intune /beta APIs are supported by Microsoft, you should use these at your own discretion. In general, /beta APIs are not recommended for use in production applications. To determine whether an API is available in v1.0, use the Version selector

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

The base presentation value entity that stores the value for a single group policy presentation.

Methods

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

Properties

Property Type Description
lastModifiedDateTime DateTimeOffset The date and time the object was last modified.
createdDateTime DateTimeOffset The date and time the object was created.
id String Key of the entity.

Relationships

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

JSON Representation

Here is a JSON representation of the resource.

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