Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⭐ improve access to roles in Microsoft 365 #4558

Merged
merged 1 commit into from
Aug 16, 2024
Merged

Conversation

chris-rock
Copy link
Member

@chris-rock chris-rock commented Aug 15, 2024

Simplify the way we access roles in Microsoft 365:

Instead of microsoft.rolemanagement.roleDefinitions we can just type:

cnquery> microsoft.roles
microsoft.roles: [
  0: microsoft.rolemanagement.roledefinition id="62e90394-69f5-4237-9190-012177145e10" displayName="Global Administrator"
  1: microsoft.rolemanagement.roledefinition id="10dae51f-b6af-4016-8d66-8c2a99b929b3" displayName="Guest User"
  2: microsoft.rolemanagement.roledefinition id="2af84b1e-32c8-42b7-82bc-daa82404023b" displayName="Restricted Guest User"
  3: microsoft.rolemanagement.roledefinition id="95e79109-95c0-4d8e-aee3-d01accf2d47b" displayName="Guest Inviter"
...

@tas50 tas50 changed the title 🧹 improve access to roles in Microsoft 365 ⭐ improve access to roles in Microsoft 365 Aug 15, 2024
@tas50 tas50 merged commit 99537a4 into main Aug 16, 2024
15 checks passed
@tas50 tas50 deleted the chris-rock/ms365-roles branch August 16, 2024 04:58
@github-actions github-actions bot locked and limited conversation to collaborators Aug 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants