-
Notifications
You must be signed in to change notification settings - Fork 333
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
New command: m365 spe container permission list #6162
Labels
Comments
Hi @Adam-it, my remarks:
|
good comments @milanholemans 👏 |
LGTM! |
Can I work on it? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usage
m365 spe container permission list [options]
Description
Lists permissions of a SharePoint Embedded Container
Options
-i, --containerId <id>
Examples
Lists Container permissions
m365 spe container permission list --containerId "b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z"
Default properties
Additional Info
we may use the following API:
https://learn.microsoft.com/en-us/graph/api/filestoragecontainer-list-permissions?view=graph-rest-1.0&tabs=http
since the response is a complex object like
we will need to extract/modify it for to fit the format of the default response. We will need return
roles
as a comma separated list and extract theuserPrincipalName
from theuser
objectThe text was updated successfully, but these errors were encountered: