-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #150 from stackql/feature/provider-updates
added initial googleadmin provider
- Loading branch information
Showing
3 changed files
with
8,108 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
id: googleadmin | ||
name: googleadmin | ||
version: v00.00.00000 | ||
providerServices: | ||
directory: | ||
id: 'directory:v00.00.00000' | ||
name: directory | ||
preferred: true | ||
service: | ||
$ref: googleadmin/v00.00.00000/services/directory.yaml | ||
title: Admin SDK API | ||
version: v00.00.00000 | ||
description: 'Admin SDK Lets Administrators Of Enterprise Domains To View And Manage Resources Like User, Groups Etc. It Also Provides Audit And Usage Reports Of Domain.' | ||
config: | ||
auth: | ||
credentialsfilepathenvvar: GOOGLE_APPLICATION_CREDENTIALS | ||
type: service_account | ||
scopes: | ||
- 'https://www.googleapis.com/auth/cloud-platform' | ||
- 'https://www.googleapis.com/auth/admin.directory.user.readonly' |
Oops, something went wrong.