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

Represents an ADMX text element.

Inherits from groupPolicyUploadedPresentation

Methods

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

Properties

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

Relationships

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

JSON Representation

Here is a JSON representation of the resource.

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