groupPolicyUploadedPresentation 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 checkBox element and an ADMX boolean element.

Inherits from groupPolicyPresentation

Methods

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