| title | approval resource type |
|---|---|
| description | The approval object associated with a userConsentRequest, an accessPackageAssignmentRequest, or a privilegedAccessGroupAssignmentScheduleRequest. |
| author | markwahl-msft |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Represents the approval object for decisions associated with a request.
In PIM for groups, the approval object for decisions to approve or deny requests to activate group membership or ownership.
| Method | Return type | Description |
|---|---|---|
| Get | approval | Retrieve the properties of an approval object in entitlement management and PIM. |
| Filter by current user | approval collection | Retrieve the approval objects for an approver in entitlement management and PIM. |
| Property | Type | Description |
|---|---|---|
| id | String | Identifier of the approval decision. |
| Relationship | Type | Description |
|---|---|---|
| stages | approvalStage collection | A collection of stages in the approval decision. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.approval",
"id": "String (identifier)",
"stages": [{
"@odata.type": "#microsoft.graph.approvalStage"
}]
}