mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +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.
|
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
|
### 6.61.14
|
||||||
|
|
||||||
Added `aggregatebyuser [Boolean]` option to `gam report user` to allow data aggregation for users across multiple dates.
|
Added `aggregatebyuser [Boolean]` option to `gam report user` to allow data aggregation for users across multiple dates.
|
||||||
|
|||||||
@@ -118,6 +118,14 @@
|
|||||||
cantrashchildren|
|
cantrashchildren|
|
||||||
canuntrash
|
canuntrash
|
||||||
|
|
||||||
|
<DriveContentRestrictionsSubfieldName> ::=
|
||||||
|
ownerrestricted|
|
||||||
|
readonly|
|
||||||
|
reason|
|
||||||
|
restrictinguser|
|
||||||
|
restrictiontime|
|
||||||
|
type
|
||||||
|
|
||||||
<DriveLabelInfoSubfieldName> ::=
|
<DriveLabelInfoSubfieldName> ::=
|
||||||
labels.id| # modifiedByMe
|
labels.id| # modifiedByMe
|
||||||
labels.revisionid| # copyRequiresWriterPermission
|
labels.revisionid| # copyRequiresWriterPermission
|
||||||
|
|||||||
@@ -108,8 +108,7 @@
|
|||||||
```
|
```
|
||||||
```
|
```
|
||||||
<DriveFileAttribute> ::=
|
<DriveFileAttribute> ::=
|
||||||
(contentrestrictions readonly false)|
|
(contentrestrictions (readonly false)|(readonly true [reason <String>]) [ownerrestricted [<Boolean>]])|
|
||||||
(contentrestrictions readonly true [reason <String>])|
|
|
||||||
(copyrequireswriterpermission [<Boolean>])|
|
(copyrequireswriterpermission [<Boolean>])|
|
||||||
(description <String>)|
|
(description <String>)|
|
||||||
(folderColorRgb <ColorValue>)|
|
(folderColorRgb <ColorValue>)|
|
||||||
|
|||||||
@@ -5833,6 +5833,7 @@ gam <UserTypeEntity> show datastudiopermissions
|
|||||||
<FileSelector> | <CSVFileSelector> | <CSVkmdSelector> | <CSVSubkeySelector> | <CSVDataSelector>)
|
<FileSelector> | <CSVFileSelector> | <CSVkmdSelector> | <CSVSubkeySelector> | <CSVDataSelector>)
|
||||||
|
|
||||||
<DriveFileAttribute> ::=
|
<DriveFileAttribute> ::=
|
||||||
|
(contentrestrictions ownerrestricted [<Boolean>])|
|
||||||
(contentrestrictions readonly false)|
|
(contentrestrictions readonly false)|
|
||||||
(contentrestrictions readonly true [reason <String>])|
|
(contentrestrictions readonly true [reason <String>])|
|
||||||
(copyrequireswriterpermission [<Boolean>])|
|
(copyrequireswriterpermission [<Boolean>])|
|
||||||
@@ -5905,6 +5906,7 @@ gam <UserTypeEntity> update drivefile <DriveFileEntity> [copy] [returnidonly|ret
|
|||||||
[charset <CharSet>] [columndelimiter <Character>]
|
[charset <CharSet>] [columndelimiter <Character>]
|
||||||
|
|
||||||
<DriveFileCopyAttribute> ::=
|
<DriveFileCopyAttribute> ::=
|
||||||
|
(contentrestrictions ownerrestricted [<Boolean>])|
|
||||||
(contentrestrictions readonly false)|
|
(contentrestrictions readonly false)|
|
||||||
(contentrestrictions readonly true [reason <String>])|
|
(contentrestrictions readonly true [reason <String>])|
|
||||||
(copyrequireswriterpermission [<Boolean>])|
|
(copyrequireswriterpermission [<Boolean>])|
|
||||||
@@ -6249,6 +6251,7 @@ gam <UserTypeEntity> collect orphans
|
|||||||
canuntrash
|
canuntrash
|
||||||
|
|
||||||
<DriveContentRestrictionsSubfieldName> ::=
|
<DriveContentRestrictionsSubfieldName> ::=
|
||||||
|
ownerrestricted|
|
||||||
readonly|
|
readonly|
|
||||||
reason|
|
reason|
|
||||||
restrictinguser|
|
restrictinguser|
|
||||||
|
|||||||
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
Merged GAM-Team version
|
Merged GAM-Team version
|
||||||
|
|
||||||
|
6.61.15
|
||||||
|
|
||||||
|
Added option `contentrestrictions ownerrestricted [<Boolean>]` to `<DriveFileAttribute>`.
|
||||||
|
|
||||||
6.61.14
|
6.61.14
|
||||||
|
|
||||||
Added `aggregatebyuser [Boolean]` option to `gam report user` to allow data aggregation for users across multiple dates.
|
Added `aggregatebyuser [Boolean]` option to `gam report user` to allow data aggregation for users across multiple dates.
|
||||||
|
|||||||
Reference in New Issue
Block a user