mirror of
https://github.com/bitwarden/directory-connector
synced 2026-01-06 02:23:35 +00:00
8 lines
151 B
TypeScript
8 lines
151 B
TypeScript
export class GSuiteConfiguration {
|
|
clientEmail: string;
|
|
privateKey: string;
|
|
domain: string;
|
|
adminUser: string;
|
|
customer: string;
|
|
}
|