microsoftgraph / microsoftgraph/msgraph-sdk-go
A way to set isRequestorJustificationRequired
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 335
- Forks
- 43
- Avg merge
- 15h 19m
- Merged PRs (30d)
- 3
Description
Is your feature request related to a problem? Please describe the problem.
I'm trying to create access packages with policies included, and can't find a way to modifify the default isRequestorJustificationRequired parameter.
The response samples in examples shows this parameter setted to false, but a coudn't find a way to modify this
Describe the solution you'd like.
maybe the requestorSettings property could bring a way to set this parameter.
This is the doc i'm based in: https://learn.microsoft.com/en-us/graph/api/entitlementmanagement-post-assignmentpolicies?view=graph-rest-1.0&tabs=go
Additional context?
The same doc for the beta version shows an example of isRequestorJustificationRequired modification
Is possible to bering it to the main lib?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Go access-package assignment-policy API described in the linked Microsoft Graph documentation and inspect how requestorSettings is represented. Compare the v1.0 and beta examples for isRequestorJustificationRequired. Done means callers can set this parameter when creating policies and the behavior matches the supported API contract.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100