groupPolicyPresentationTextBox 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 textBox element and an ADMX text element.

Inherits from groupPolicyUploadedPresentation

Methods

Method Return Type Description
List groupPolicyPresentationTextBoxes groupPolicyPresentationTextBox collection List properties and relationships of the groupPolicyPresentationTextBox objects.
Get groupPolicyPresentationTextBox groupPolicyPresentationTextBox Read properties and relationships of the groupPolicyPresentationTextBox object.
Create groupPolicyPresentationTextBox groupPolicyPresentationTextBox Create a new groupPolicyPresentationTextBox object.
Delete groupPolicyPresentationTextBox None Deletes a groupPolicyPresentationTextBox.
Update groupPolicyPresentationTextBox groupPolicyPresentationTextBox Update the properties of a groupPolicyPresentationTextBox 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 text box. The default value is empty.
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.

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