Missing property at entitlementManagement/assignmentPolicies

Konstantin Becker 1 Reputation point
2022-11-02T15:02:11.297+00:00

Hello,

in Graph API v1.0 on identityGovernance/entitlementManagement/assignmentPolicies
the property

"requestApprovalSettings": {  
    "isRequestorJustificationRequired": true,  
...  

is missing. The property is available in beta version.
So it's not possible to set that property from API call :(
Are there any plans to add that in version 1.0?

Best regard
Konstantin

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. HarmeetSingh7172 4,811 Reputation points
    2022-11-03T02:19:42.637+00:00

    Hello @Konstantin Becker

    Thanks for reaching out!

    As per MS Graph documentation, the property type and description for requestApprovalSettings property is different for v1.0 and beta versions. Hence, there is a change in sub-properties as well.

    For v1.0, we have

    256529-image.png

    256439-image.png

    For beta version, we have

    256612-image.png

    256604-image.png

    References:

    Note:

    1. For change or modifications in Graph APIs, you can always refer to Changelog portal and check for latest changes/updates.
    2. APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.

    0 comments No comments