groupPolicyPresentationMultiTextBox 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 multiTextBox element and an ADMX multiText element.

Inherits from groupPolicyUploadedPresentation

Methods

Method Return Type Description
List groupPolicyPresentationMultiTextBoxes groupPolicyPresentationMultiTextBox collection List properties and relationships of the groupPolicyPresentationMultiTextBox objects.
Get groupPolicyPresentationMultiTextBox groupPolicyPresentationMultiTextBox Read properties and relationships of the groupPolicyPresentationMultiTextBox object.
Create groupPolicyPresentationMultiTextBox groupPolicyPresentationMultiTextBox Create a new groupPolicyPresentationMultiTextBox object.
Delete groupPolicyPresentationMultiTextBox None Deletes a groupPolicyPresentationMultiTextBox.
Update groupPolicyPresentationMultiTextBox groupPolicyPresentationMultiTextBox Update the properties of a groupPolicyPresentationMultiTextBox 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
required Boolean Requirement to enter a value in the text box. Default value is false.
maxLength Int64 An unsigned integer that specifies the maximum number of text characters. Default value is 1023.
maxStrings Int64 An unsigned integer that specifies the maximum number of strings. Default value is 0.

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.groupPolicyPresentationMultiTextBox",
  "label": "String",
  "id": "String (identifier)",
  "lastModifiedDateTime": "String (timestamp)",
  "required": true,
  "maxLength": 1024,
  "maxStrings": 1024
}