Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
×
azurerm_role_assignment. Assigns a given Principal (User or Group) to a ... If one of condition or condition_version is set both fields must be present.
Apr 13, 2023 · An Azure role assignment condition is an additional check that you can optionally add to your role assignment to provide more fine-grained ...
People also ask
Feb 7, 2024 · I have a module used to created Azure service principal and assign roles to it. I need to configure couple of arguments (see bold) to the role ...
* `condition` - (Optional) The condition that limits the resources that the role can be assigned to. Changing this forces a new resource to be created. * ` ...
Apr 20, 2022 · You can use Azure CLI: az role assignment list .
Dec 28, 2023 · I assigned by Terraform role 'Reader' for specific user, on subscribtion level. It worked as I expected. However, manually I assigned ...
Oct 3, 2022 · I have several Azure resource groups. IAM roles are assigned to them already, but my .tf file for them includes azurerm_role_assignment ...
The Assignment in Authorization can be configured in Terraform with the resource name azurerm_role_assignment . ... condition optional - string ...
Mar 8, 2024 · resource "azurerm_role_assignment ... (Optional) condition - Condition that limits the resources that the role can be assigned to.