Entitlement Management: Access Packages #2805
Unanswered
dmaloney02
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Has anyone had any luck created access packages as assigned catalog items to the access package?
I've added a security group to the catalog via New-MgEntitlementManagementResourceRequest
The resulting object seems to be missing a role property. Graph API documentation states these roles should be automatically present:
In Microsoft Entra entitlement management, an access package resource role is a reference to a role defined in a resource. These roles are automatically present after a resource is added to an access package catalog. A group can have two roles, one for the owner and another for the member.
I can't use the New-MgEntitlementManagementAccessPackageResourceRoleScope command to add the Security group to the access package because the role information is required.
Beta Was this translation helpful? Give feedback.
All reactions