Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 1.87 KB

File metadata and controls

56 lines (44 loc) · 1.87 KB
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

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.
  • In PIM for Groups, it's 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 JSON representation shows the resource type.

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