Skip to content

Commit

Permalink
Merge pull request #277 from stackql/feature/provider-updates
Browse files Browse the repository at this point in the history
added google workspace provider
  • Loading branch information
jeffreyaven authored Dec 10, 2024
2 parents a4a0d56 + 10d55f5 commit cf5c0a5
Show file tree
Hide file tree
Showing 6 changed files with 21,817 additions and 0 deletions.
53 changes: 53 additions & 0 deletions providers/src/googleworkspace/v00.00.00000/provider.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
id: googleworkspace
name: googleworkspace
version: v00.00.00000
providerServices:
driveactivityv2:
id: driveactivityv2:v00.00.00000
name: driveactivityv2
preferred: true
service:
$ref: googleworkspace/v00.00.00000/services/driveactivityv2.yaml
title: Drive Activity API
version: v00.00.00000
description: Provides a historical view of activity in Google Drive.
drivelabelsv2:
id: drivelabelsv2:v00.00.00000
name: drivelabelsv2
preferred: true
service:
$ref: googleworkspace/v00.00.00000/services/drivelabelsv2.yaml
title: Drive Labels API
version: v00.00.00000
description: An API for managing Drive Labels
drivelabelsv2beta:
id: drivelabelsv2beta:v00.00.00000
name: drivelabelsv2beta
preferred: true
service:
$ref: googleworkspace/v00.00.00000/services/drivelabelsv2beta.yaml
title: Drive Labels API
version: v00.00.00000
description: An API for managing Drive Labels
drivev2:
id: drivev2:v00.00.00000
name: drivev2
preferred: true
service:
$ref: googleworkspace/v00.00.00000/services/drivev2.yaml
title: Google Drive API
version: v00.00.00000
description: The Google Drive API allows clients to access resources from Google Drive.
drivev3:
id: drivev3:v00.00.00000
name: drivev3
preferred: true
service:
$ref: googleworkspace/v00.00.00000/services/drivev3.yaml
title: Google Drive API
version: v00.00.00000
description: The Google Drive API allows clients to access resources from Google Drive.
config:
auth:
credentialsenvvar: GOOGLE_CREDENTIALS
type: service_account
Loading

0 comments on commit cf5c0a5

Please sign in to comment.