Updating AAD Docs and UserAssignment Roel Description. (#1581)

* Updating doc and role description.

* Update src/deployment/deploy.py

Co-authored-by: Cheick Keita <kcheick@gmail.com>

* Update docs/AADEntitites.md

Co-authored-by: Cheick Keita <kcheick@gmail.com>

Co-authored-by: nharper285 <nharper285@gmail.com>
Co-authored-by: Cheick Keita <kcheick@gmail.com>
This commit is contained in:
Noah McGregor Harper
2022-01-14 10:02:14 -08:00
committed by GitHub
parent 7c3beb4d6f
commit f02f3f0ae2
2 changed files with 15 additions and 2 deletions

View File

@ -324,7 +324,7 @@ class Client:
},
{
"allowedMemberTypes": ["User"],
"description": "Allows user access from the CLI.",
"description": "Allows user to access the OneFuzz instance.",
"displayName": OnefuzzAppRole.UserAssignment.value,
"id": str(uuid.uuid4()),
"isEnabled": True,