diff --git a/wiki/Context-Aware-Access-Levels.md b/wiki/Context-Aware-Access-Levels.md index 5a2ea552..7a95fe3f 100644 --- a/wiki/Context-Aware-Access-Levels.md +++ b/wiki/Context-Aware-Access-Levels.md @@ -13,10 +13,6 @@ - [CAA Region Codes](#caa-region-codes) ## Notes -This Wiki page was built directly from Jay Lee's Wiki page; my sincere thanks for his efforts. - -GAM 6.20.00 and newer can create and manage access levels which can be assigned to Workspace services for your users. - To use these features you must update your project. ``` gam update project diff --git a/wiki/Google-Data-Transfers.md b/wiki/Google-Data-Transfers.md index 93f14292..cbc59f30 100644 --- a/wiki/Google-Data-Transfers.md +++ b/wiki/Google-Data-Transfers.md @@ -49,7 +49,7 @@ For calendars, there is an option to indicate whether to release resources for f A `` is returned which can be used to monitor the progress of the transfer. NOTE: For calendars, the behaviour is not sufficiently defined in the API documentation. -As of 2020-06-10, background transfers only transfer future non-private events with at least one guest/resource. +Background transfers only transfer future non-private events with at least one guest/resource. The option ` ` is for future expansion. diff --git a/wiki/Reports.md b/wiki/Reports.md index 839fb835..22f43012 100644 --- a/wiki/Reports.md +++ b/wiki/Reports.md @@ -229,7 +229,6 @@ Add additional columns of data from the command line to the output. * `addcsvdata ` ### Example -Jay provided this example. ``` gam report usage customer parameters meet:total_call_minutes,meet:total_meeting_minutes start_date 2020-03-01 skipdaysofweek sat,sun todrive ``` diff --git a/wiki/Using-GAM7-with-a-YubiKey.md b/wiki/Using-GAM7-with-a-YubiKey.md index 3b905927..70fef49f 100644 --- a/wiki/Using-GAM7-with-a-YubiKey.md +++ b/wiki/Using-GAM7-with-a-YubiKey.md @@ -29,7 +29,7 @@ No, because the YubiKey generated the private key it cannot be digitally exporte When using domain-wide delegation with GAM7, the service account and anyone possessing the service account private key oauth2service.json file has access to the Gmail, Drive and Calendar data of ALL Workspace users in your domain. For this reason, whether using a YubiKey or not, you should take strong measures to protect the service account private key. ## Setup Steps -1. Upgrade to at least GAM7 6.50.01. +1 .Upgrade to the [latest version of GAM7](https://github.com/GAM-team/GAM/wiki/How-to-Update-GAM7). 2. **If you are using a new YubiKey or don't care about the PIV app data on the YubiKey** 1. Tell GAM7 to reset and configure the PIV app data on the YubiKey. This wipes all existing keys and configuration and then configures a private key and PIN for GAM7. * Single YubiKey - `gam yubikey reset_piv` diff --git a/wiki/Using-GAM7-with-a-delegated-admin-service-account.md b/wiki/Using-GAM7-with-a-delegated-admin-service-account.md index 75363dfb..b9dacbe7 100644 --- a/wiki/Using-GAM7-with-a-delegated-admin-service-account.md +++ b/wiki/Using-GAM7-with-a-delegated-admin-service-account.md @@ -24,7 +24,7 @@ Not all Google Admin APIs work with DASA right no: * GAM7 support for DASA is still experimental and some things may fail. Please report your findings to the [GAM group](https://groups.google.com/g/google-apps-manager). ## Setup Steps -1. Upgrade to at least GAM7 6.50.00. Best practice is to always use the [latest version of GAM7](https://github.com/GAM-team/GAM/wiki/How-to-Update-Advanced-GAM). +1. Upgrade to the [latest version of GAM7](https://github.com/GAM-team/GAM/wiki/How-to-Update-GAM7). 2. Follow the steps in `gam create project` up to the point where you are presented with a URL to the Cloud console to create a Client ID and secret. You don’t need to enter anything those, just press CTRL+C to quit the project creation. diff --git a/wiki/Vault-Takeout.md b/wiki/Vault-Takeout.md index 7649c5c7..1c2713b9 100644 --- a/wiki/Vault-Takeout.md +++ b/wiki/Vault-Takeout.md @@ -582,7 +582,6 @@ done < user1@domain.com-vault-files.csv Why would you want to download files one by one when GAM can download all Cloud Storage objects in one go? Because all of the files combined **might** take up a lot of space (think Terabytes in case of a Drive export of many years) whereas individually, each file will be in a much more manageable ~10 Gigabyte range. ## Copy Vault Exports -Many thanks to Jay for this command and documentation. ``` gam copy vaultexport|export matter [targetbucket ] [targetprefix ] @@ -927,9 +926,8 @@ Select fields to display: The `shownames` argument controls whether org unit and shared drive names are displayed in queries; additional API calls are required to get the names. ## Takeout -Many thanks to Jay for these commands and documentation. -GAM 6.42.00 and newer support copying and downloading Google Cloud Storage (GCS) buckets generated by [organization-wide Takeout](https://support.google.com/a/answer/100458?hl=en). +GAM supports copying and downloading Google Cloud Storage (GCS) buckets generated by [organization-wide Takeout](https://support.google.com/a/answer/100458?hl=en). Once the Takeout completes you need to copy the name of the GCS bucket and provide it to GAM. ## Copy a Takeout Bucket