approval resource type

Namespace: microsoft.graph

Represents the approval object for decisions associated with a request.

Methods

Method Return type Description
Get approval approval Retrieve the properties of an approval object in entitlement management.
filterByCurrentUser approval collection Retrieve the approval objects for an approver in entitlement management.

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 is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.approval",
  "id": "String (identifier)",
  "stages": [{
        "@odata.type": "#microsoft.graph.approvalStage"
    }]
}