Files
server_debian_macro/node_modules/@azure/msal-node/dist/config/ManagedIdentityId.d.ts

12 lines
453 B
TypeScript
Raw Normal View History

2025-02-18 22:59:07 +00:00
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