Hello is it somehow possible to copy a Azure AD built in Role as Template to start building a Custom Role?
Hello is it somehow possible to copy a Azure AD built in Role as Template to start building a Custom Role?
@Alex-5595 , thank you for reaching out to us. Happy to help. I suppose that you want to copy an Azure Built-in role, so that you that add more permission(s)/action(s) to it and save it as a custom role. Yes, that is possible - you can check out Azure built-in roles page and here you can copy the JSON template associated for each built-in role. For example, here is the template of Contributor role.
Let me know if this answers your question - If yes, I will post it as an answer.
Hallo HarshitaSingh, unfortunately, there is no option in the Azure AD Roles?
@Alex-5595 , please note that the Azure AD permissions listed here are not completely available for use in a Custom AD Role. So, better thing for now would be to copy the permissions from the available permissions for Custom AD role and use them in your template, for example, in a method like this.
@Alex-5595 , thank you for reaching out to us. Happy to help. I suppose that you want to copy an Azure AD Built-in role, please note that the Azure AD permissions listed here are not completely available for use in a Custom AD Role. So, better thing for now would be to copy the permissions from Application registration permissions for custom roles in Azure Active Directory, App consent permissions for custom roles in Azure Active Directory, Enterprise application permissions for custom roles in Azure Active Directory and use them in your template, for example, in a method like this.
Also note that I have shared a feedback to make copying of permissions for a custom AD role more convenient like this to PG and they will work on it. Let me know if you have any follow up questions, will be happy to address.
Please "Accept the answer" and upvote if the information helped you. This will help us and others in the community as well.
5 people are following this question.