spo listitem roleinheritance reset¶
Restores the role inheritance of list item, file, or folder
Usage¶
m365 spo listitem roleinheritance reset [options]
Options¶
-u, --webUrl <webUrl>
- URL of the site where the item for which to reset role inheritance is located
--listItemId <listItemId>
- ID of the item for which to reset role inheritance
--listId [listId]
- ID of the list. Specify listId or listTitle but not both
--listTitle [listTitle]
- Title of the list. Specify listId or listTitle but not both
-h, --help
- output usage information
--query [query]
- JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
- Output type.
json,text,csv
. Defaultjson
--verbose
- Runs command with verbose logging
--debug
- Runs command with debug logging
Examples¶
Restore role inheritance of list item with id 8 from list with ID 0cd891ef-afce-4e55-b836-fce03286cccf located in site https://contoso.sharepoint.com/sites/project-x
m365 spo listitem roleinheritance reset --webUrl https://contoso.sharepoint.com/sites/project-x --listItemId 8 --listId 0cd891ef-afce-4e55-b836-fce03286cccf
Restore role inheritance of list item with id 8 from list with title test located in site https://contoso.sharepoint.com/sites/project-x
m365 spo listitem roleinheritance reset --webUrl https://contoso.sharepoint.com/sites/project-x --listItemId 8 --listTitle test