mirror of
https://github.com/MeowLynxSea/Proksea.git
synced 2025-07-10 19:34:41 +00:00
12 lines
436 B
TypeScript
12 lines
436 B
TypeScript
import { ManagedIdentityIdType } from "../utils/Constants";
|
|
import { ManagedIdentityIdParams } from "./Configuration";
|
|
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
|