Initial
This commit is contained in:
15
node_modules/@azure/identity/dist/browser/credentials/azurePowerShellCredentialOptions.d.ts
generated
vendored
Normal file
15
node_modules/@azure/identity/dist/browser/credentials/azurePowerShellCredentialOptions.d.ts
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import type { MultiTenantTokenCredentialOptions } from "./multiTenantTokenCredentialOptions.js";
|
||||
/**
|
||||
* Options for the {@link AzurePowerShellCredential}
|
||||
*/
|
||||
export interface AzurePowerShellCredentialOptions extends MultiTenantTokenCredentialOptions {
|
||||
/**
|
||||
* Allows specifying a tenant ID
|
||||
*/
|
||||
tenantId?: string;
|
||||
/**
|
||||
* Process timeout configurable for making token requests, provided in milliseconds
|
||||
*/
|
||||
processTimeoutInMs?: number;
|
||||
}
|
||||
//# sourceMappingURL=azurePowerShellCredentialOptions.d.ts.map
|
||||
Reference in New Issue
Block a user