Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important: Microsoft supports Intune /beta APIs, but they are subject to more frequent change. Microsoft recommends using version v1.0 when possible. Check an API's availability in version v1.0 using the Version selector.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
The base presentation value entity that stores the value for a single group policy presentation.
Methods
| Method | Return Type | Description |
|---|---|---|
| List groupPolicyPresentationValues | groupPolicyPresentationValue collection | List properties and relationships of the groupPolicyPresentationValue objects. |
| Get groupPolicyPresentationValue | groupPolicyPresentationValue | Read properties and relationships of the groupPolicyPresentationValue object. |
| Create groupPolicyPresentationValue | groupPolicyPresentationValue | Create a new groupPolicyPresentationValue object. |
| Delete groupPolicyPresentationValue | None | Deletes a groupPolicyPresentationValue. |
| Update groupPolicyPresentationValue | groupPolicyPresentationValue | Update the properties of a groupPolicyPresentationValue object. |
Properties
| Property | Type | Description |
|---|---|---|
| lastModifiedDateTime | DateTimeOffset | The date and time the object was last modified. |
| createdDateTime | DateTimeOffset | The date and time the object was created. |
| id | String | Key of the entity. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| definitionValue | groupPolicyDefinitionValue | The group policy definition value associated with the presentation value. |
| presentation | groupPolicyPresentation | The group policy presentation associated with the presentation value. |
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.groupPolicyPresentationValue",
"lastModifiedDateTime": "String (timestamp)",
"createdDateTime": "String (timestamp)",
"id": "String (identifier)"
}