Skip to content

Commit

Permalink
Merge pull request #658 from hashicorp/docs/group-assignable-to-role-…
Browse files Browse the repository at this point in the history
…permissions

Document additional permissions for `azuread_group.assignable_to_role` property
  • Loading branch information
manicminer authored Nov 12, 2021
2 parents 95cbb72 + bf1f806 commit d5f6d07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/resources/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ The following API permissions are required in order to use this resource.

When authenticated with a service principal, this resource requires one of the following application roles: `Group.ReadWrite.All` or `Directory.ReadWrite.All`

If using the `assignable_to_role` property, this resource additionally requires one of the following application roles: `RoleManagement.ReadWrite.Directory` or `Directory.ReadWrite.All`

When authenticated with a user principal, this resource requires one of the following directory roles: `Groups Administrator`, `User Administrator` or `Global Administrator`

## Example Usage
Expand Down

0 comments on commit d5f6d07

Please sign in to comment.