microsoftgraph / microsoftgraph/msgraph-sdk-go

A way to set isRequestorJustificationRequired

Open
#775 2 comments 7 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Needs Attention :wave: type:feature
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?

https://learn.microsoft.com/en-us/graph/api/entitlementmanagement-post-accesspackageassignmentpolicies?view=graph-rest-beta&tabs=go

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.