microsoftgraph / msgraph-bicep-types

Repo contains Microsoft Graph resource types to integrate with bicep templates.
MIT License
28 stars 2 forks source link

Manage access packages and their assignment policies with Bicep. #144

Open T-potjes opened 2 weeks ago

T-potjes commented 2 weeks ago

Suggestion Which Microsoft Graph resource is this request for? Add the ability to directly declare and thus manage access packages and their assignment policies with Bicep.

Value The added value is to enforce consistency, use declarative definitions and deploy access packages configuration directly.

Microsoft Graph API REST reference Reference: https://learn.microsoft.com/en-us/graph/tutorial-access-package-api?tabs=powershell. Resource type references: https://learn.microsoft.com/en-us/graph/api/resources/accesspackage?view=graph-rest-1.0 & https://learn.microsoft.com/en-us/graph/api/resources/accesspackageassignmentpolicy?view=graph-rest-1.0

dkershaw10 commented 2 weeks ago

Thanks for the suggestion @T-potjes