| description |
Automatically generated file. DO NOT MODIFY |
mgc drives items workbook worksheets protection protect post --drive-id {drive-id} --drive-item-id {driveItem-id} --workbook-worksheet-id {workbookWorksheet-id} --body '{
\
"options": {
\
"allowFormatCells": true,
\
"allowFormatColumns": true,
\
"allowFormatRows": true,
\
"allowInsertColumns": true,
\
"allowInsertRows": true,
\
"allowInsertHyperlinks": true,
\
"allowDeleteColumns": true,
\
"allowDeleteRows": true,
\
"allowSort": true,
\
"allowAutoFilter": true,
\
"allowPivotTables": true
\
}
\
}
\
'