groupPolicyPresentationValueMultiText 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 of a multi-line text box presentation on a policy definition.

Inherits from groupPolicyPresentationValue

Methods

Method Return Type Description
List groupPolicyPresentationValueMultiTexts groupPolicyPresentationValueMultiText collection List properties and relationships of the groupPolicyPresentationValueMultiText objects.
Get groupPolicyPresentationValueMultiText groupPolicyPresentationValueMultiText Read properties and relationships of the groupPolicyPresentationValueMultiText object.
Create groupPolicyPresentationValueMultiText groupPolicyPresentationValueMultiText Create a new groupPolicyPresentationValueMultiText object.
Delete groupPolicyPresentationValueMultiText None Deletes a groupPolicyPresentationValueMultiText.
Update groupPolicyPresentationValueMultiText groupPolicyPresentationValueMultiText Update the properties of a groupPolicyPresentationValueMultiText 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
values String collection A collection of non-empty strings 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.groupPolicyPresentationValueMultiText",
  "lastModifiedDateTime": "String (timestamp)",
  "createdDateTime": "String (timestamp)",
  "id": "String (identifier)",
  "values": [
    "String"
  ]
}