@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
18 lines • 919 B
TypeScript
import { IFpsRoleAssignmentInfo } from "./IFpsRoleAssignmentInfo";
import { IFpsSpHttpServiceMIN } from "../../components/molecules/SpHttp/Sp/IFpsSpHttpServiceMIN";
/**
* 2025-01-03: Migrated from fps-library-v2/lib/pnpjs/Permissions, pnp2/lib/services/sp/perms
* combination of v2: getWebRoleAssignmentsD and pnp2: fetchWebPermsD
*
* getWebRoleAssignmentsAPI gets all the web's Members and RoleDefinitionBindings combined.
*
* import { getWebRoleAssignmentsAPI } from '@mikezimm/fps-core-v7/lib/restAPIs/permissions/getWebRoleAssignmentsAPI';
*
* @param fpsSpService
* @param webUrl
* @param alertMe
* @param consoleLog
* @returns
*/
export declare function getWebRoleAssignmentsAPI(fpsSpService: IFpsSpHttpServiceMIN, webUrl: string, alertMe: boolean | undefined, consoleLog: boolean | undefined): Promise<IFpsRoleAssignmentInfo>;
//# sourceMappingURL=getWebRoleAssignmentsAPI.d.ts.map