mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 18:01:36 +00:00
Added option contentrestrictions ownerrestricted [<Boolean>] to <DriveFileAttribute>.
This commit is contained in:
@@ -5833,9 +5833,7 @@ gam <UserTypeEntity> show datastudiopermissions
|
||||
<FileSelector> | <CSVFileSelector> | <CSVkmdSelector> | <CSVSubkeySelector> | <CSVDataSelector>)
|
||||
|
||||
<DriveFileAttribute> ::=
|
||||
(contentrestrictions ownerrestricted [<Boolean>])|
|
||||
(contentrestrictions readonly false)|
|
||||
(contentrestrictions readonly true [reason <String>])|
|
||||
(contentrestrictions (readonly false)|(readonly true [reason <String>]) [ownerrestricted [<Boolean>]])|
|
||||
(copyrequireswriterpermission [<Boolean>])|
|
||||
(description <String>)|
|
||||
(folderColorRgb <ColorValue>)|
|
||||
@@ -5906,9 +5904,7 @@ gam <UserTypeEntity> update drivefile <DriveFileEntity> [copy] [returnidonly|ret
|
||||
[charset <CharSet>] [columndelimiter <Character>]
|
||||
|
||||
<DriveFileCopyAttribute> ::=
|
||||
(contentrestrictions ownerrestricted [<Boolean>])|
|
||||
(contentrestrictions readonly false)|
|
||||
(contentrestrictions readonly true [reason <String>])|
|
||||
(contentrestrictions (readonly false)|(readonly true [reason <String>]) [ownerrestricted [<Boolean>]])|
|
||||
(copyrequireswriterpermission [<Boolean>])|
|
||||
(description <String>)|
|
||||
ignoredefaultvisibility|
|
||||
|
||||
Reference in New Issue
Block a user