Please vote on this issue by adding a π reaction to the original issue to help the community and maintainers prioritise this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritise the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
The access_package_assignment_policy resource doesn't support duration_in_hours, only duration_in_days (how many days this assignment is valid for).
It is supported through the Azure/Entra portal though:
This is unfortunately a limitation in the Graph API itself, see References below, so I don't believe it's possible to implement this feature yet but wanted to raise it so others are aware and to get it onto the backlog.
Community Note
Description
The
access_package_assignment_policy
resource doesn't supportduration_in_hours
, onlyduration_in_days
(how many days this assignment is valid for).It is supported through the Azure/Entra portal though:
This is unfortunately a limitation in the Graph API itself, see References below, so I don't believe it's possible to implement this feature yet but wanted to raise it so others are aware and to get it onto the backlog.
Please upvote this Microsoft Feedback request to get it added to the Graph API.
New or Affected Resource(s)
access_package_assignment_policy
Potential Terraform Configuration
References