| title | approvalItemViewPoint resource type |
|---|---|
| description | Represents user viewpoints data on the approval item. The data includes the user's roles regarding the approval item. |
| author | asgautam1997 |
| ms.localizationpriority | medium |
| ms.subservice | approvals |
| doc_type | resourcePageType |
| ms.date | 08/01/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a user's roles for an approvalItem.
| Property | Type | Description |
|---|---|---|
| roles | approverRole collection | Collection of roles associated with the requesting user for the approval item. If the owner of the approval item is making the request, the collection of roles includes the role owner. If the requesting user was assigned as an approver, the collection includes the role approver. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.approvalItemViewPoint",
"roles": [
"String"
]
}