groupPolicyPresentationValueText 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.

The entity represents a string value for a drop-down list, combo box, or text box presentation on a policy definition.

Inherits from groupPolicyPresentationValue

Methods

Method Return Type Description
List groupPolicyPresentationValueTexts groupPolicyPresentationValueText collection List properties and relationships of the groupPolicyPresentationValueText objects.
Get groupPolicyPresentationValueText groupPolicyPresentationValueText Read properties and relationships of the groupPolicyPresentationValueText object.
Create groupPolicyPresentationValueText groupPolicyPresentationValueText Create a new groupPolicyPresentationValueText object.
Delete groupPolicyPresentationValueText None Deletes a groupPolicyPresentationValueText.
Update groupPolicyPresentationValueText groupPolicyPresentationValueText Update the properties of a groupPolicyPresentationValueText object.

Properties

Property Type Description
lastModifiedDateTime DateTimeOffset The date and time the object was last modified. Inherited from groupPolicyPresentationValue
createdDateTime DateTimeOffset The date and time the object was created. Inherited from groupPolicyPresentationValue
id String Key of the entity. Inherited from groupPolicyPresentationValue
value String A string value for the associated presentation.

Relationships

Relationship Type Description
definitionValue groupPolicyDefinitionValue The group policy definition value associated with the presentation value. Inherited from groupPolicyPresentationValue
presentation groupPolicyPresentation The group policy presentation associated with the presentation value. Inherited from groupPolicyPresentationValue

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.groupPolicyPresentationValueText",
  "lastModifiedDateTime": "String (timestamp)",
  "createdDateTime": "String (timestamp)",
  "id": "String (identifier)",
  "value": "String"
}