Replies: 1 comment
|
I do not believe such list is provided in any way by @pulumi/azure-native. /** @see https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles */
export const AzureBuiltInRoles = {
Reader: "acdd72a7-3385-48ef-bd42-f606fba81ae7"
}; |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I see in Azure Classic, there is a way to get a built-in role by the name (e.g. Owner, Contributer, etc) - https://www.pulumi.com/registry/packages/azure/api-docs/authorization/getroledefinition/#name_nodejs
Is there a way to do this with Azure Native, or can you only pass in the ID of the role definition to retrieve it? https://www.pulumi.com/registry/packages/azure-native/api-docs/authorization/getroledefinition/#roledefinitionid_nodejs
All reactions