mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
Correct print shareddriveorganizers docs
This commit is contained in:
@@ -27,12 +27,12 @@ gam [<UserTypeEntity>] print shareddriveorganizers [todrive <ToDriveAttribute>*]
|
|||||||
```
|
```
|
||||||
The command defaults match the script defaults:
|
The command defaults match the script defaults:
|
||||||
* `domainlist` - All domains
|
* `domainlist` - All domains
|
||||||
* `includetypes` - user,groups
|
* `includetypes` - user,group
|
||||||
* `oneorganizer` - False
|
* `oneorganizer` - False
|
||||||
* `shownoorganizerdrives` - True
|
* `shownoorganizerdrives` - True
|
||||||
* `includefileorganizers` - False
|
* `includefileorganizers` - False
|
||||||
|
|
||||||
For example, to get a single organizer from your domain for all Shared Drives including no organizer drives:
|
For example, to get a single user organizer from your domain for all Shared Drives including no organizer drives:
|
||||||
```
|
```
|
||||||
gam redirect csv ./TeamDriveOrganizers.csv print shareddriveorganizers domainlist mydomain.com includetypes user oneorganizer shownoorganizerdrives
|
gam redirect csv ./TeamDriveOrganizers.csv print shareddriveorganizers domainlist mydomain.com includetypes user oneorganizer shownoorganizerdrives
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -79,6 +79,9 @@
|
|||||||
```
|
```
|
||||||
<JSONData> ::= (json [charset <Charset>] <String>) | (json file <FileName> [charset <Charset>]) |
|
<JSONData> ::= (json [charset <Charset>] <String>) | (json file <FileName> [charset <Charset>]) |
|
||||||
|
|
||||||
|
<OrganizerType> ::= user|group
|
||||||
|
<OrganizerTypeList> ::= "<OrganizerType>(,<OrganizerType>)*"
|
||||||
|
|
||||||
<OrgUnitID> ::= id:<String>
|
<OrgUnitID> ::= id:<String>
|
||||||
<OrgUnitPath> ::= /|(/<String>)+
|
<OrgUnitPath> ::= /|(/<String>)+
|
||||||
<OrgUnitItem> ::= <OrgUnitID>|<OrgUnitPath>
|
<OrgUnitItem> ::= <OrgUnitID>|<OrgUnitPath>
|
||||||
@@ -154,9 +157,6 @@
|
|||||||
withlink
|
withlink
|
||||||
<DrivePermissionsFieldNameList> ::= "<DrivePermissionsFieldName>(,<DrivePermissionsFieldName>)*"
|
<DrivePermissionsFieldNameList> ::= "<DrivePermissionsFieldName>(,<DrivePermissionsFieldName>)*"
|
||||||
|
|
||||||
<OrganizerType> ::= user|group
|
|
||||||
<OrganizerTypeList> ::= "<OrganizerType>(,<OrganizerType>)*"
|
|
||||||
|
|
||||||
<QueryTeamDrive> ::= <String> See: https://developers.google.com/drive/api/v3/search-parameters
|
<QueryTeamDrive> ::= <String> See: https://developers.google.com/drive/api/v3/search-parameters
|
||||||
<SharedDriveACLRole> ::=
|
<SharedDriveACLRole> ::=
|
||||||
manager|organizer|owner|
|
manager|organizer|owner|
|
||||||
@@ -432,12 +432,12 @@ For multiple organizers:
|
|||||||
|
|
||||||
The command defaults match the script defaults:
|
The command defaults match the script defaults:
|
||||||
* `domainlist` - All domains
|
* `domainlist` - All domains
|
||||||
* `includetypes` - user,groups
|
* `includetypes` - user,group
|
||||||
* `oneorganizer` - False
|
* `oneorganizer` - False
|
||||||
* `shownoorganizerdrives` - True
|
* `shownoorganizerdrives` - True
|
||||||
* `includefileorganizers` - False
|
* `includefileorganizers` - False
|
||||||
|
|
||||||
For example, to get a single organizer from your domain for all Shared Drives including no organizer drives:
|
For example, to get a single user organizer from your domain for all Shared Drives including no organizer drives:
|
||||||
```
|
```
|
||||||
gam redirect csv ./TeamDriveOrganizers.csv print shareddriveorganizers domainlist mydomain.com includetypes user oneorganizer shownoorganizerdrives
|
gam redirect csv ./TeamDriveOrganizers.csv print shareddriveorganizers domainlist mydomain.com includetypes user oneorganizer shownoorganizerdrives
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -73,6 +73,9 @@
|
|||||||
```
|
```
|
||||||
<JSONData> ::= (json [charset <Charset>] <String>) | (json file <FileName> [charset <Charset>]) |
|
<JSONData> ::= (json [charset <Charset>] <String>) | (json file <FileName> [charset <Charset>]) |
|
||||||
|
|
||||||
|
<OrganizerType> ::= user|group
|
||||||
|
<OrganizerTypeList> ::= "<OrganizerType>(,<OrganizerType>)*"
|
||||||
|
|
||||||
<OrgUnitID> ::= id:<String>
|
<OrgUnitID> ::= id:<String>
|
||||||
<OrgUnitPath> ::= /|(/<String>)+
|
<OrgUnitPath> ::= /|(/<String>)+
|
||||||
<OrgUnitItem> ::= <OrgUnitID>|<OrgUnitPath>
|
<OrgUnitItem> ::= <OrgUnitID>|<OrgUnitPath>
|
||||||
@@ -407,12 +410,12 @@ For multiple organizers:
|
|||||||
|
|
||||||
The command defaults match the script defaults:
|
The command defaults match the script defaults:
|
||||||
* `domainlist` - All domains
|
* `domainlist` - All domains
|
||||||
* `includetypes` - user,groups
|
* `includetypes` - user,group
|
||||||
* `oneorganizer` - False
|
* `oneorganizer` - False
|
||||||
* `shownoorganizerdrives` - True
|
* `shownoorganizerdrives` - True
|
||||||
* `includefileorganizers` - False
|
* `includefileorganizers` - False
|
||||||
|
|
||||||
For example, to get a single organizer from your domain for all Shared Drives including no organizer drives:
|
For example, to get a single user organizer from your domain for all Shared Drives including no organizer drives:
|
||||||
```
|
```
|
||||||
gam redirect csv ./TeamDriveOrganizers.csv print shareddriveorganizers domainlist mydomain.com includetypes user oneorganizer shownoorganizerdrives
|
gam redirect csv ./TeamDriveOrganizers.csv print shareddriveorganizers domainlist mydomain.com includetypes user oneorganizer shownoorganizerdrives
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user