groupPolicyPresentationValue 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 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)"
}