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 either
listTitle
,listId
orlistUrl
--listTitle [listTitle]
- Title of the list. Specify either
listTitle
,listId
orlistUrl
--listUrl [listUrl]
- Server- or site-relative URL of the list. Specify either
listTitle
,listId
orlistUrl
--confirm
- Do not prompt for confirmation before resetting role inheritance.
-h, --help [help]
- Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options
,examples
,remarks
,response
,full
. Default isfull
. --query [query]
- JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
- Output type.
json,text,csv,md
. 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
Restore role inheritance of a list item with a specific id in a list retrieved by server relative URL located in a specific site without prompting for confirmation
m365 spo listitem roleinheritance reset --webUrl https://contoso.sharepoint.com/sites/project-x --listItemId 8 --listUrl /sites/project-x/lists/test --confirm
Response¶
The command won't return a response on success.