groupPolicyPresentationComboBox 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 comboBox element and an ADMX text element.

Inherits from groupPolicyUploadedPresentation

Methods

Method Return Type Description
List groupPolicyPresentationComboBoxes groupPolicyPresentationComboBox collection List properties and relationships of the groupPolicyPresentationComboBox objects.
Get groupPolicyPresentationComboBox groupPolicyPresentationComboBox Read properties and relationships of the groupPolicyPresentationComboBox object.
Create groupPolicyPresentationComboBox groupPolicyPresentationComboBox Create a new groupPolicyPresentationComboBox object.
Delete groupPolicyPresentationComboBox None Deletes a groupPolicyPresentationComboBox.
Update groupPolicyPresentationComboBox groupPolicyPresentationComboBox Update the properties of a groupPolicyPresentationComboBox 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
defaultValue String Localized default string displayed in the combo box. The default value is empty.
suggestions String collection Localized strings listed in the drop-down list of the combo box. The default value is empty.
required Boolean Specifies whether a value must be specified for the parameter. The default value is false.
maxLength Int64 An unsigned integer that specifies the maximum number of text characters for the parameter. The default value is 1023.

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.groupPolicyPresentationComboBox",
  "label": "String",
  "id": "String (identifier)",
  "lastModifiedDateTime": "String (timestamp)",
  "defaultValue": "String",
  "suggestions": [
    "String"
  ],
  "required": true,
  "maxLength": 1024
}