groupPolicyPresentationListBox 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 listBox element and an ADMX list element.

Inherits from groupPolicyUploadedPresentation

Methods

Method Return Type Description
List groupPolicyPresentationListBoxes groupPolicyPresentationListBox collection List properties and relationships of the groupPolicyPresentationListBox objects.
Get groupPolicyPresentationListBox groupPolicyPresentationListBox Read properties and relationships of the groupPolicyPresentationListBox object.
Create groupPolicyPresentationListBox groupPolicyPresentationListBox Create a new groupPolicyPresentationListBox object.
Delete groupPolicyPresentationListBox None Deletes a groupPolicyPresentationListBox.
Update groupPolicyPresentationListBox groupPolicyPresentationListBox Update the properties of a groupPolicyPresentationListBox 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
explicitValue Boolean If this option is specified true the user must specify the registry subkey value and the registry subkey name. The list box shows two columns, one for the name and one for the data. The default value is false.
valuePrefix String

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.groupPolicyPresentationListBox",
  "label": "String",
  "id": "String (identifier)",
  "lastModifiedDateTime": "String (timestamp)",
  "explicitValue": true,
  "valuePrefix": "String"
}