Commit iniziale
This commit is contained in:
12
node_modules/@azure/msal-node/dist/config/ManagedIdentityId.d.ts
generated
vendored
Normal file
12
node_modules/@azure/msal-node/dist/config/ManagedIdentityId.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import { ManagedIdentityIdType } from "../utils/Constants.js";
|
||||
import { ManagedIdentityIdParams } from "./Configuration.js";
|
||||
export declare class ManagedIdentityId {
|
||||
private _id;
|
||||
get id(): string;
|
||||
private set id(value);
|
||||
private _idType;
|
||||
get idType(): ManagedIdentityIdType;
|
||||
private set idType(value);
|
||||
constructor(managedIdentityIdParams?: ManagedIdentityIdParams);
|
||||
}
|
||||
//# sourceMappingURL=ManagedIdentityId.d.ts.map
|
||||
Reference in New Issue
Block a user