Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
×
Assigns a given Principal (User or Group) to a given Role. Example Usage (using a built-in Role) data "azurerm_subscription" "primary" { } data "azurerm_client ...
Directory role assignments can be imported using the ID of the assignment, e.g.. terraform import azuread_directory_role_assignment.example ...
assignable_to_role - (Optional) Indicates whether this group can be assigned to an Azure Active Directory role. Defaults to false . Can only be set to true for ...
Manages an app role assignment for a group, user or service principal. Can be used to grant admin consent for application permissions.
Terraform module to assign either a custom or built in role to a resource in Azure. - andrewCluey/terraform-azurerm-role-assignment.
Jul 4, 2022 · This makes it easy to see how to manage roles with terraform and if your configuring permissions for your Serverless360 setup this will give you an easy way to ...
People also ask
Dec 29, 2022 · I want to add Azure AD group to the built-in Azure AD role in multiple subscriptions. Created below code:
Dec 30, 2023 · This article shows how to import AzureAD app role assignments into the Terraform state. With app role assignments, AzureAD users, groups, or service principals ...