Skip to content

Commit

Permalink
docs: add more infos about getting customer id for list_google_drive_…
Browse files Browse the repository at this point in the history
…files_with_link_sharing_enabled
  • Loading branch information
danielgrittner committed Nov 2, 2024
1 parent b03a028 commit cd92cba
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ from admyral.actions import list_google_drive_files_with_link_sharing_enabled

## Arguments:

| Argument Name | Description | Required |
| ----------------------------- | --------------------------------------------------------------------------------------------- | :------: |
| **Customer ID** `customer_id` | The customer ID of your Google Workspace. | Yes |
| **Admin Email** `admin_email` | The email of an admin user for your Google Workspace for delegated access. | Yes |
| **Limit** `limit` | The maximum number of files to return. If not specified, all files are returned. Default: 100 | - |
| Argument Name | Description | Required |
| ----------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------: |
| **Customer ID** `customer_id` | The customer ID of your Google Workspace. You can find your customer id by visiting your [Google Admin Console](https://admin.google.com) and going to **Account > Account settings**. | Yes |
| **Admin Email** `admin_email` | The email of an admin user for your Google Workspace for delegated access. | Yes |
| **Limit** `limit` | The maximum number of files to return. If not specified, all files are returned. Default: 100 | - |

## Returns

Expand Down

0 comments on commit cd92cba

Please sign in to comment.