mirror of
https://github.com/bitwarden/directory-connector
synced 2026-01-10 12:33:35 +00:00
6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
export class AzureConfiguration {
|
|
tenant: string;
|
|
applicationId: string;
|
|
key: string;
|
|
}
|