Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Past year
  • Any time
  • Past hour
  • Past 24 hours
  • Past week
  • Past month
  • Past year
All results
Sep 10, 2023 · azurerm_marketplace_role_assignment. Assigns a given Principal (User or Group) to a given Role in a Private Azure Marketplace. Example Usage (using a role ...
Mar 8, 2024 · I need build a terraform module where I could provider several roles for one principal ID. I already built one module what provider one role for one principal ...
Feb 29, 2024 · A list of Object IDs that define the User, Group or Service Principal to be assigned the role at the given scope. Module will iterate over each item, creating ...
Jul 13, 2023 · ... Roles assignments # # Require the modules output an rbac_id that is set to the principal_id # resource "azurerm_role_assignment" "for" { for_each = { for ...
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 assignment, based ...
Mar 26, 2024 · Module will iterate over each item, creating each assignment separately. role_definition_name, string, true, The name of the role (such as Owner or Contributor) ...
Feb 16, 2024 · Learn how to assign permissions for blob data to a Microsoft Entra security principal with Azure role-based access control (Azure RBAC).
Mar 6, 2024 · azurerm_role_assignment. Assigns a given Principal (User or Group) to a ... role_definition_name - (Optional) The name of a built-in Role. Changing this ...