groupPolicyPresentation 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 entity for the display presentation of any of the additional options in a group policy definition.

Methods

Method Return Type Description
Get groupPolicyPresentation groupPolicyPresentation Read properties and relationships of the groupPolicyPresentation object.
Update groupPolicyPresentation groupPolicyPresentation Update the properties of a groupPolicyPresentation object.

Properties

Property Type Description
label String Localized text label for any presentation entity. The default value is empty.
id String Key of the entity.
lastModifiedDateTime DateTimeOffset The date and time the entity was last modified.

Relationships

Relationship Type Description
definition groupPolicyDefinition The group policy definition associated with the presentation.

JSON Representation

Here is a JSON representation of the resource.

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