@rockcarver/frodo-lib
Version:
A library to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.
37 lines • 1.12 kB
TypeScript
import MockAdapter from 'axios-mock-adapter';
export declare function parseQueryString(query: string): {};
export declare function readJsonFile(file: string): any;
/****
**
** AM Mocks and Mock Data
**
**/
/**
* Authentication Mocks
*/
export declare function mockAuthorize(mock: MockAdapter): void;
export declare function mockAccessToken(mock: MockAdapter): void;
/**
* Tree Mock Data
*/
export declare function getJourney(journeyId: string): any;
/**
* SAML Mock Data
*/
export declare function getSaml2ProviderImportData(entityId: string): any;
export declare function getSaml2ProvidersImportData(file?: string): any;
/**
* CirclesOfTrust Mock Data
*/
export declare function getCircleOfTrustImportData(cotId: string): any;
export declare function getCirclesOfTrustImportData(): any;
export declare function getCircleOfTrustRawData(cotId: string): any;
/**
* Agent Mock Data
*/
export declare function getAgent(agentType: any, agentId: any): any;
/**
* IDM Mock Data
*/
export declare function getConfigEntity(entityId: string, variant?: string): any;
//# sourceMappingURL=ForgeRockApiMockEngine.d.ts.map