msgraph-sdk-go
msgraph-sdk-go copied to clipboard
Is one able to obtain Attribute Mappings for Provisioning through the SDK?
I want to create some glue between Azure AD and a provisioned application (e.g. Slack, GitHub, etc). To do so, I need to understand which particular field was mapped to say, the userPrincipalName.
Essentially, I would like to be able to retrieve the mapping within the Provisioning section of an AD Enterprise Application:
I explored the documentation and API itself, but was not able to find a representation of this data. Is there a pathway I can follow to get this or similar?
Thank you!