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 approval Retrieve the properties of an approval object in entitlement management and PIM.
filterByCurrentUser 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.
  • In PIM for groups, it is the same identifier as the identifier of the assignment schedule request.
  • 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"
        }]
    }