mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
Added option contentrestrictions ownerrestricted [<Boolean>] to <DriveFileAttribute>.
This commit is contained in:
@@ -10,6 +10,10 @@ Add the `-s` option to the end of the above commands to suppress creating the `g
|
||||
|
||||
See [Downloads](https://github.com/taers232c/GAMADV-XTD3/wiki/Downloads) for Windows or other options, including manual installation.
|
||||
|
||||
### 6.61.15
|
||||
|
||||
Added option `contentrestrictions ownerrestricted [<Boolean>]` to `<DriveFileAttribute>`.
|
||||
|
||||
### 6.61.14
|
||||
|
||||
Added `aggregatebyuser [Boolean]` option to `gam report user` to allow data aggregation for users across multiple dates.
|
||||
|
||||
@@ -118,6 +118,14 @@
|
||||
cantrashchildren|
|
||||
canuntrash
|
||||
|
||||
<DriveContentRestrictionsSubfieldName> ::=
|
||||
ownerrestricted|
|
||||
readonly|
|
||||
reason|
|
||||
restrictinguser|
|
||||
restrictiontime|
|
||||
type
|
||||
|
||||
<DriveLabelInfoSubfieldName> ::=
|
||||
labels.id| # modifiedByMe
|
||||
labels.revisionid| # copyRequiresWriterPermission
|
||||
|
||||
@@ -108,8 +108,7 @@
|
||||
```
|
||||
```
|
||||
<DriveFileAttribute> ::=
|
||||
(contentrestrictions readonly false)|
|
||||
(contentrestrictions readonly true [reason <String>])|
|
||||
(contentrestrictions (readonly false)|(readonly true [reason <String>]) [ownerrestricted [<Boolean>]])|
|
||||
(copyrequireswriterpermission [<Boolean>])|
|
||||
(description <String>)|
|
||||
(folderColorRgb <ColorValue>)|
|
||||
|
||||
Reference in New Issue
Block a user