approval resource type
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.
Methods
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. |
Properties
Property | Type | Description |
---|---|---|
id | String | Identifier of the approval decision. |
Relationships
Relationship | Type | Description |
---|---|---|
stages | approvalStage collection | A collection of stages in the approval decision. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.approval",
"id": "String (identifier)",
"stages": [{
"@odata.type": "#microsoft.graph.approvalStage"
}]
}