UNPKG

gd-sprest-def

Version:

TypeScript definition files generated from the $metadata REST endpoint in SharePoint.

2,159 lines (1,568 loc) 259 kB
import { IMapperMethod } from "./base"; /** Mapper */ export interface IMapper { "MS.FileServices.File": { properties?: Array<string>; copyTo: IMapperMethod & { argNames: [ "target", "overwrite" ], }, delete: IMapperMethod & { }, download: IMapperMethod & { }, moveTo: IMapperMethod & { argNames: [ "target", "overwrite" ], }, upload: IMapperMethod & { argNames: [ "stream" ], }, } "MS.FileServices.FileSystemItem.Collection": { properties?: Array<string>; add: IMapperMethod & { argNames: [ "name", "overwrite", "content" ], }, getById: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "MS.FileServices.Folder": { properties?: Array<string>; delete: IMapperMethod & { }, moveTo: IMapperMethod & { argNames: [ "target" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.AppServices.AppCollection": { properties?: Array<string>; getAppsFromStore: IMapperMethod & { argNames: [ "addInType", "queryString" ], }, getByType: IMapperMethod & { argNames: [ "type" ], }, } "Microsoft.Office.Server.ContentCenter.SPMachineLearningHub": { properties?: Array<string>; checkAIBuilderAccess: IMapperMethod & { argNames: [ "environmentName", "isTestEnvironment", "userId" ], }, getAutofillColumnSettings: IMapperMethod & { argNames: [ "docLibId" ], }, getAutofillCustomModelDefaultParameters: IMapperMethod & { argNames: [ "customModelId", "keepTokenCountLimit" ], }, getAutofillCustomModelSettings: IMapperMethod & { }, getAutofillCustomModels: IMapperMethod & { }, getByContentTypeId: IMapperMethod & { argNames: [ "contentTypeId" ], }, getCDSMetadata: IMapperMethod & { argNames: [ "environmentName", "isTestEnvironment" ], }, getColumnLLMInfo: IMapperMethod & { argNames: [ "docLibId", "columnId" ], }, getLibraryLLMInfo: IMapperMethod & { argNames: [ "docLibId" ], }, getMachineLearningFlags: IMapperMethod & { argNames: [ "docLibId" ], }, getModelIdForContentType: IMapperMethod & { argNames: [ "contentTypeName" ], }, getModels: IMapperMethod & { argNames: [ "listId", "modelTypes", "publicationTypes", "includeManagementNotAllowedModels" ], }, getRetentionLabel: IMapperMethod & { argNames: [ "retentionLabelId" ], }, getRetentionLabels: IMapperMethod & { }, getSyntexPoweredColumnPrompts: IMapperMethod & { argNames: [ "docLibId" ], }, invokeDataverseQuery: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, setAutofillColumnSettings: IMapperMethod & { argNames: [ "docLibId", "autofillColumnSettings" ], }, setColumnLLMInfo: IMapperMethod & { argNames: [ "docLibId", "columnId", "autofillPrompt", "isEnabled", "customModelId", "customParametersJson", "analyzeImageWithVision", "analyzeImageDetailLevel", "autofillColumnType" ], }, setMachineLearningFlags: IMapperMethod & { argNames: [ "docLibId", "machineLearningFlags" ], }, setSyntexPoweredColumnPrompts: IMapperMethod & { argNames: [ "docLibId", "syntexPoweredColumnPrompts" ], }, verifyModelUrls: IMapperMethod & { argNames: [ "urls" ], }, verifyModelUrlsAndGrantPAC: IMapperMethod & { argNames: [ "urls" ], }, } "Microsoft.Office.Server.ContentCenter.SPMachineLearningModel": { properties?: Array<string>; addModelDependency: IMapperMethod & { argNames: [ "modelId", "updateExisting" ], }, copy: IMapperMethod & { argNames: [ "copyTo" ], }, delete: IMapperMethod & { }, importMeta: IMapperMethod & { }, invokeConnectorQuery: IMapperMethod & { }, removeModelDependency: IMapperMethod & { argNames: [ "modelId" ], }, rename: IMapperMethod & { argNames: [ "renameTo" ], }, renameExtractor: IMapperMethod & { argNames: [ "fromExtractorName", "toExtractorName", "toColumnType" ], }, setAsModelAuthor: IMapperMethod & { }, update: IMapperMethod & { }, updateModelSettings: IMapperMethod & { argNames: [ "ModelSettings" ], }, updateModelTypeSpecificSettings: IMapperMethod & { argNames: [ "Settings" ], }, } "Microsoft.Office.Server.ContentCenter.SPMachineLearningModel.Collection": { properties?: Array<string>; getByTitle: IMapperMethod & { argNames: [ "title" ], }, getByUniqueId: IMapperMethod & { argNames: [ "uniqueId" ], }, getExtractorNames: IMapperMethod & { argNames: [ "packageName" ], }, import: IMapperMethod & { argNames: [ "packageName" ], }, query: IMapperMethod & { argNames: ["oData"] }, setupPrimedLibrary: IMapperMethod & { argNames: [ "primedLibraryName", "packageName", "isTileViewEnabled", "serverRelativeLibraryPath" ], }, unbindModelFromContentType: IMapperMethod & { argNames: [ "contentTypeId" ], }, } "Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication": { properties?: Array<string>; delete: IMapperMethod & { }, update: IMapperMethod & { }, } "Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication.Collection": { properties?: Array<string>; batchDelete: IMapperMethod & { argNames: [ "publications" ], }, batchRemove: IMapperMethod & { argNames: [ "modelSiteUrl", "modelWebServerRelativeUrl", "publications" ], }, batchUnpromote: IMapperMethod & { argNames: [ "promotions" ], }, checkTenantPublishPermissions: IMapperMethod & { }, getByModelUniqueId: IMapperMethod & { argNames: [ "modelUniqueId" ], }, getByModelUniqueIdAndPublicationType: IMapperMethod & { argNames: [ "modelUniqueId", "publicationType" ], }, getByUniqueId: IMapperMethod & { argNames: [ "uniqueId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Office.Server.ContentCenter.SPMachineLearningSample": { properties?: Array<string>; update: IMapperMethod & { }, } "Microsoft.Office.Server.ContentCenter.SPMachineLearningSample.Collection": { properties?: Array<string>; getByModelId: IMapperMethod & { argNames: [ "modelID" ], }, getByTitle: IMapperMethod & { argNames: [ "title" ], }, getByUniqueId: IMapperMethod & { argNames: [ "uniqueId" ], }, getByUniqueIdWithTokenization: IMapperMethod & { argNames: [ "uniqueId" ], }, getTemplateByModelId: IMapperMethod & { argNames: [ "modelID" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItem.Collection": { properties?: Array<string>; getByIdentifier: IMapperMethod & { argNames: [ "identifier" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Office.Server.Search.REST.SearchService": { properties?: Array<string>; autocompletions: IMapperMethod & { argNames: [ "querytext", "sources", "numberOfCompletions", "cursorPosition" ], }, export: IMapperMethod & { argNames: [ "userName", "startTime" ], }, exportmanualsuggestions: IMapperMethod & { }, exportpopulartenantqueries: IMapperMethod & { argNames: [ "count" ], }, postquery: IMapperMethod & { argNames: [ "request" ], }, query: IMapperMethod & { argNames: [ "querytext", "queryTemplate", "enableInterleaving", "sourceId", "rankingModelId", "startRow", "rowLimit", "rowsPerPage", "selectProperties", "culture", "refinementFilters", "refiners", "hiddenConstraints", "sortList", "enableStemming", "trimDuplicates", "timeout", "enableNicknames", "enablePhonetic", "enableFQL", "hitHighlightedProperties", "propertiesToGenerateAcronyms", "bypassResultTypes", "processBestBets", "clientType", "personalizationData", "resultsUrl", "queryTag", "trimDuplicatesIncludeId", "totalRowsExactMinimum", "impressionId", "properties", "enableQueryRules", "summaryLength", "maxSnippetLength", "desiredSnippetLength", "uiLanguage", "blockDedupeMode", "generateBlockRankLog", "enableSorting", "collapseSpecification", "processPersonalFavorites", "enableOrderingHitHighlightedProperty", "hitHighlightedMultivaluePropertyLimit", "queryTemplatePropertiesUrl", "timeZoneId", "useOLSQuery", "OLSQuerySession" ], }, recordPageClick: IMapperMethod & { argNames: [ "pageInfo", "clickType", "blockType", "clickedResultId", "subResultIndex", "immediacySourceId", "immediacyQueryString", "immediacyTitle", "immediacyUrl" ], }, resultspageaddress: IMapperMethod & { }, searchcenterurl: IMapperMethod & { }, searchquery: IMapperMethod & { argNames: [ "request" ], }, suggest: IMapperMethod & { argNames: [ "querytext", "iNumberOfQuerySuggestions", "iNumberOfResultSuggestions", "iNumberOfPopularResultSuggestions", "fPreQuerySuggestions", "fHitHighlighting", "fCapitalizeFirstLetters", "culture", "enableStemming", "showPeopleNameSuggestions", "enableQueryRules", "fPrefixMatchAllTerms", "sourceId", "clientType", "useOLSQuery", "OLSQuerySession", "zeroTermSuggestions" ], }, } "Microsoft.Office.Server.Search.REST.SearchSetting": { properties?: Array<string>; exportSearchReports: IMapperMethod & { argNames: [ "TenantId", "ReportType", "Interval", "StartDate", "EndDate", "SiteCollectionId" ], }, getpromotedresultqueryrules: IMapperMethod & { argNames: [ "siteCollectionLevel", "offset", "numberOfRules" ], }, getqueryconfiguration: IMapperMethod & { argNames: [ "callLocalSearchFarmsOnly", "skipGroupObjectIdLookup", "throwOnRemoteApiCheck" ], }, getxssearchpolicy: IMapperMethod & { }, pingadminendpoint: IMapperMethod & { }, scspartialupdateendpointinfo: IMapperMethod & { }, setxssearchpolicy: IMapperMethod & { argNames: [ "policy" ], }, } "Microsoft.Online.SharePoint.AppLauncher.AppLauncher": { properties?: Array<string>; getData: IMapperMethod & { argNames: [ "suiteVersion", "isMobileRequest", "locale", "onPremVer" ], }, } "Microsoft.Online.SharePoint.MigrationCenter.Common.MigrationUrlParser": { properties?: Array<string>; parseUrl: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MigrationCenter.Common.UrlParseResult": { properties?: Array<string>; setDisplayUrl: IMapperMethod & { argNames: [ "displayUrl" ], }, setSPListInformation: IMapperMethod & { argNames: [ "spListInformationList" ], }, updateSiteProvisionInformation: IMapperMethod & { argNames: [ "spListInformation", "uri", "originalUrl", "errorCode", "message", "freeSiteStorageBytes", "isCurrentUserSiteAdmin" ], }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.AgentGroup": { properties?: Array<string>; delete: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.AgentGroup.Collection": { properties?: Array<string>; createByName: IMapperMethod & { argNames: [ "Name" ], }, deleteByName: IMapperMethod & { argNames: [ "Name" ], }, getByName: IMapperMethod & { argNames: [ "Name" ], }, getGroupList: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.Device": { properties?: Array<string>; delete: IMapperMethod & { }, update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.Device.Collection": { properties?: Array<string>; getById: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterDeployStatus": { properties?: Array<string>; isChangeDeployed: IMapperMethod & { argNames: [ "changeName" ], }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterStorage": { properties?: Array<string>; create: IMapperMethod & { argNames: [ "config" ], }, delete: IMapperMethod & { }, file: IMapperMethod & { argNames: [ "folderName", "fileName", "file", "overwrite" ], }, parseUrl: IMapperMethod & { argNames: [ "destinationUrl", "retrieveAllLists", "retrieveFoldersForAllLists", "forceMySiteDefaultList", "migrationType" ], }, update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterTeams": { properties?: Array<string>; teamChannels: IMapperMethod & { argNames: [ "teamId", "membershipType" ], }, teamChannelsExperiment: IMapperMethod & { argNames: [ "teamId", "membershipType" ], }, teams: IMapperMethod & { argNames: [ "startsWith", "limit", "withLogo" ], }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCredential": { properties?: Array<string>; delete: IMapperMethod & { }, update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCredential.Collection": { properties?: Array<string>; getById: IMapperMethod & { argNames: [ "id" ], }, getCredentials: IMapperMethod & { argNames: [ "AccountName", "Type" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationProperties": { properties?: Array<string>; delete: IMapperMethod & { argNames: [ "key" ], }, getProperty: IMapperMethod & { argNames: [ "key" ], }, setProperty: IMapperMethod & { argNames: [ "key", "value", "throwIfExists" ], }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationSPFlight": { properties?: Array<string>; isFlightEnabled: IMapperMethod & { argNames: [ "flightName" ], }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationTask": { properties?: Array<string>; delete: IMapperMethod & { }, update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationTask.Collection": { properties?: Array<string>; batchCreate: IMapperMethod & { argNames: [ "taskDefinitions", "taskSettings", "mmTaskSettings" ], }, batchDelete: IMapperMethod & { argNames: [ "taskIdList", "deleteInProgressTask" ], }, batchUpdate: IMapperMethod & { argNames: [ "tasks" ], }, createDuplicateTasks: IMapperMethod & { argNames: [ "taskDefinition", "taskSettings", "mmTaskSettings", "taskCount" ], }, getById: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.PerformanceData": { properties?: Array<string>; delete: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MigrationCenter.Service.PerformanceData.Collection": { properties?: Array<string>; addPerfDataTest: IMapperMethod & { argNames: [ "Count", "Bottleneck", "MaxDuration", "MaxTaskFiles" ], }, getById: IMapperMethod & { argNames: [ "id" ], }, getData: IMapperMethod & { argNames: [ "StartTime", "EndTime", "AgentId", "TimeUnit" ], }, getPerfDataTest: IMapperMethod & { argNames: [ "StartTime", "EndTime", "AgentId" ], }, getRawData: IMapperMethod & { argNames: [ "StartTime", "EndTime", "AgentId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.AllowedDataLocation": { properties?: Array<string>; delete: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.AllowedDataLocation.Collection": { properties?: Array<string>; getByLocation: IMapperMethod & { argNames: [ "location" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmGroupMoveJob.Collection": { properties?: Array<string>; getByMoveId: IMapperMethod & { argNames: [ "moveId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmSiteMoveJob": { properties?: Array<string>; update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmSiteMoveJob.Collection": { properties?: Array<string>; getByMoveId: IMapperMethod & { argNames: [ "moveId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmUserMoveJob": { properties?: Array<string>; update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmUserMoveJob.Collection": { properties?: Array<string>; getByMoveId: IMapperMethod & { argNames: [ "moveId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantProperty": { properties?: Array<string>; delete: IMapperMethod & { }, update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantProperty.Collection": { properties?: Array<string>; getByPropertyNameAndGeoLocation: IMapperMethod & { argNames: [ "propertyName", "geo" ], }, getChanges: IMapperMethod & { argNames: [ "startTimeInUtc" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.DfDeprecationJob": { properties?: Array<string>; delete: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.DfDeprecationJob.Collection": { properties?: Array<string>; getBySiteUrl: IMapperMethod & { argNames: [ "sourceSiteUrl", "targetSiteUrl" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator": { properties?: Array<string>; delete: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator.Collection": { properties?: Array<string>; create: IMapperMethod & { argNames: [ "parameters" ], }, getByLoginName: IMapperMethod & { argNames: [ "loginName" ], }, getByLoginNameAndType: IMapperMethod & { argNames: [ "loginName", "memberType" ], }, getByObjectId: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.GeoExperience": { properties?: Array<string>; upgradeAllInstancesToSPOMode: IMapperMethod & { }, upgradeToSPOMode: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.GeoTenantInstanceInformation.Collection": { properties?: Array<string>; getByGeoLocation: IMapperMethod & { argNames: [ "geoLocation" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJob": { properties?: Array<string>; cancel: IMapperMethod & { }, delete: IMapperMethod & { }, update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJob.Collection": { properties?: Array<string>; getByGroupName: IMapperMethod & { argNames: [ "groupname" ], }, getMoveReport: IMapperMethod & { argNames: [ "moveState", "moveDirection", "limit", "startTime", "endTime" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.MoveJobReport": { properties?: Array<string>; getMoveReport: IMapperMethod & { argNames: [ "jobType", "moveState", "moveDirection", "limit", "startTime", "endTime" ], }, } "Microsoft.Online.SharePoint.MultiGeo.Service.MoveSiteROState": { properties?: Array<string>; updateSiteROState: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.MoveSiteROState.Collection": { properties?: Array<string>; getBySiteId: IMapperMethod & { argNames: [ "siteId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta": { properties?: Array<string>; compatibleDB: IMapperMethod & { argNames: [ "dbSchemaVersion", "siteSubscriptionId", "siteUrl" ], }, dBSchemaCompatibilityCheck: IMapperMethod & { }, geoMoveCompatibilityChecks: IMapperMethod & { }, hasMnALicense: IMapperMethod & { argNames: [ "mnALicenseType" ], }, mnAGroupMoveValidationResult: IMapperMethod & { argNames: [ "encodedQuery" ], }, orgRelationGroupManagedPath: IMapperMethod & { argNames: [ "encodedNotificationQuery" ], }, orgRelationNotification: IMapperMethod & { argNames: [ "encodedNotificationQuery" ], }, orgRelationVerification: IMapperMethod & { argNames: [ "encodedVerificationQuery" ], }, query: IMapperMethod & { argNames: ["oData"] }, resolveUserUpnByUserObjectId: IMapperMethod & { argNames: [ "userObjectId" ], }, restoreWorkflowCount: IMapperMethod & { argNames: [ "isCrossTenant" ], }, userMnAODMoveValidationResult: IMapperMethod & { argNames: [ "encodedQuery" ], }, userPersonalSiteId: IMapperMethod & { argNames: [ "userPrincipalName" ], }, userPersonalSiteLocation: IMapperMethod & { argNames: [ "userPrincipalName" ], }, xTenantMoveCompatibilityCheck: IMapperMethod & { argNames: [ "targetTenantHostUrl" ], }, } "Microsoft.Online.SharePoint.MultiGeo.Service.SBSiteMoveJob": { properties?: Array<string>; cancel: IMapperMethod & { }, delete: IMapperMethod & { }, update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJob": { properties?: Array<string>; cancel: IMapperMethod & { }, delete: IMapperMethod & { }, update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJob.Collection": { properties?: Array<string>; getByUrl: IMapperMethod & { argNames: [ "url" ], }, getMoveJobByUrl: IMapperMethod & { argNames: [ "SourceSiteUrl", "SubscriptionId", "SourceDataLocation", "EnableSiteToMoveDatastore" ], }, getMoveReport: IMapperMethod & { argNames: [ "moveState", "moveDirection", "limit", "startTime", "endTime" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.StorageQuota": { properties?: Array<string>; update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.StorageQuota.Collection": { properties?: Array<string>; getByLocation: IMapperMethod & { argNames: [ "geoLocation" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.TaxonomyReplicationParameters": { properties?: Array<string>; update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.UnifiedGroup.Collection": { properties?: Array<string>; getByAlias: IMapperMethod & { argNames: [ "alias" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob": { properties?: Array<string>; cancel: IMapperMethod & { }, delete: IMapperMethod & { }, update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob.Collection": { properties?: Array<string>; getByDirection: IMapperMethod & { argNames: [ "direction" ], }, getByMoveId: IMapperMethod & { argNames: [ "odbMoveId" ], }, getByUpn: IMapperMethod & { argNames: [ "upn" ], }, getByValidPdl: IMapperMethod & { argNames: [ "validPdl" ], }, getMoveReport: IMapperMethod & { argNames: [ "moveState", "moveDirection", "limit", "startTime", "endTime" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.Onboarding.RestService.PrioritySiteRename.PrioritySiteRenameJob.Collection": { properties?: Array<string>; cancel: IMapperMethod & { argNames: [ "url" ], }, get: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.Onboarding.RestService.Service.SiteRenameJob.Collection": { properties?: Array<string>; getBySiteUrl: IMapperMethod & { argNames: [ "siteUrl" ], }, getJobsByParentId: IMapperMethod & { argNames: [ "parentId" ], }, getJobsByParentIdAndState: IMapperMethod & { argNames: [ "parentId", "state" ], }, getJobsBySiteUrl: IMapperMethod & { argNames: [ "url" ], }, getJobsCountByParentIdAndState: IMapperMethod & { argNames: [ "parentId", "state" ], }, getSiteRenameReport: IMapperMethod & { argNames: [ "state" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.Onboarding.RestService.TenantRename.TenantRenameJob.Collection": { properties?: Array<string>; cancel: IMapperMethod & { }, get: IMapperMethod & { }, getV2: IMapperMethod & { }, getWarningMessages: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.SPLogger.LogExport": { properties?: Array<string>; getFiles: IMapperMethod & { argNames: [ "partitionId", "logType" ], }, getLogTypes: IMapperMethod & { }, getPartitions: IMapperMethod & { argNames: [ "logType" ], }, } "Microsoft.Online.SharePoint.TenantAdmin.MiddleTier.DDIAdapter": { properties?: Array<string>; getList: IMapperMethod & { argNames: [ "schema", "workflow", "stream" ], }, getObject: IMapperMethod & { argNames: [ "schema", "workflow", "stream" ], }, multiObjectExecute: IMapperMethod & { argNames: [ "schema", "workflow", "stream" ], }, newObject: IMapperMethod & { argNames: [ "schema", "workflow", "stream" ], }, removeObjects: IMapperMethod & { argNames: [ "schema", "workflow", "stream" ], }, setObject: IMapperMethod & { argNames: [ "schema", "workflow", "stream" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.CatalogManagementCollection": { properties?: Array<string>; exportPropertyTypeToCSV: IMapperMethod & { argNames: [ "propertyType" ], }, exportToCSV: IMapperMethod & { argNames: [ "propertyType", "valueId" ], }, get: IMapperMethod & { }, getProperty: IMapperMethod & { argNames: [ "propertyType" ], }, getValue: IMapperMethod & { argNames: [ "propertyId" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.HubSiteProperties": { properties?: Array<string>; update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.TenantAdministration.Internal.SPO3rdPartyAADPermissionGrant.Collection": { properties?: Array<string>; add: IMapperMethod & { argNames: [ "servicePrincipalId", "resource", "scope" ], }, query: IMapperMethod & { argNames: ["oData"] }, remove: IMapperMethod & { argNames: [ "servicePrincipalId", "resource", "scope" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal": { properties?: Array<string>; getIsolatedAppDomainsByAppId: IMapperMethod & { argNames: [ "appIds" ], }, query: IMapperMethod & { argNames: ["oData"] }, removeAppsToDelete: IMapperMethod & { argNames: [ "domainsToDelete" ], }, update: IMapperMethod & { }, updateSpfxClientSecret: IMapperMethod & { argNames: [ "secretValue" ], }, updateSpfxThirdPartyAppId: IMapperMethod & { argNames: [ "appId" ], }, updateSpfxThirdPartyIsolatedComponentFields: IMapperMethod & { argNames: [ "catalogItemId", "apAppObjectId", "spObjectId", "appId" ], }, updateSpfxThirdPartyIsolatedSecret: IMapperMethod & { argNames: [ "servicePrincipalId", "secretValue" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant": { properties?: Array<string>; delete: IMapperMethod & { }, } "Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant.Collection": { properties?: Array<string>; getByObjectId: IMapperMethod & { argNames: [ "objectId" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest": { properties?: Array<string>; approve: IMapperMethod & { }, deny: IMapperMethod & { }, } "Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest.Collection": { properties?: Array<string>; approve: IMapperMethod & { argNames: [ "resource", "scope" ], }, getById: IMapperMethod & { argNames: [ "id" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightRestApiClient": { properties?: Array<string>; createDataAccessGovernanceReport: IMapperMethod & { argNames: [ "reportEntity", "workload", "reportType", "fileSensitivityLabelName", "fileSensitivityLabelGUID", "name", "template", "privacy", "siteSensitivityLabelGUID", "countOfUsersMoreThan" ], }, createDataAccessGovernanceReportV2: IMapperMethod & { argNames: [ "reportEntity", "workload", "reportType", "fileSensitivityLabelName", "fileSensitivityLabelGUID", "name", "template", "privacy", "siteSensitivityLabelGUID", "countOfUsersMoreThan", "userIDList" ], }, createDataAccessGovernanceReportV3: IMapperMethod & { argNames: [ "reportEntity", "workload", "reportType", "fileSensitivityLabelName", "fileSensitivityLabelGUID", "name", "template", "privacy", "siteSensitivityLabelGUID", "countOfUsersMoreThan", "userEmailList" ], }, createDataAccessGovernanceReportV4: IMapperMethod & { argNames: [ "request" ], }, exportSPODataAccessGovernanceInsight: IMapperMethod & { argNames: [ "reportId" ], }, exportSPODataAccessGovernanceInsightV2: IMapperMethod & { argNames: [ "reportId" ], }, exportSPODataAccessGovernanceInsightV3: IMapperMethod & { argNames: [ "reportId" ], }, getSPOAuditDataCollectionForAllReports: IMapperMethod & { }, getSPOAuditDataCollectionForReport: IMapperMethod & { argNames: [ "reportEntity" ], }, getSPODataAccessGovernanceInsight: IMapperMethod & { argNames: [ "reportEntity", "workLoad" ], }, getSPODataAccessGovernanceInsightById: IMapperMethod & { argNames: [ "reportId" ], }, getSPODataAccessGovernanceInsightV2: IMapperMethod & { argNames: [ "reportEntity" ], }, getSPODataAccessGovernanceInsightV3: IMapperMethod & { argNames: [ "request" ], }, removeDataAccessGovernanceReport: IMapperMethod & { argNames: [ "reportId" ], }, setOptInStatusForReports: IMapperMethod & { argNames: [ "reportEntity", "optInStatus" ], }, setOptInStatusForReportsV2: IMapperMethod & { argNames: [ "request" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceSARRestApiClient": { properties?: Array<string>; getSPOSiteReview: IMapperMethod & { argNames: [ "reportEntity", "siteReviewtatus", "siteReviewID", "siteID" ], }, startSPOSiteReview: IMapperMethod & { argNames: [ "detailedSourceReportId", "siteId", "adminComment" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.SPOContentSecurityPolicyConfiguration": { properties?: Array<string>; add: IMapperMethod & { argNames: [ "source" ], }, remove: IMapperMethod & { argNames: [ "source" ], }, updateScriptSources: IMapperMethod & { argNames: [ "added", "removed" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.SPOCopilotAgentInsightsRestApiClient": { properties?: Array<string>; createCopilotAgentInsightsReport: IMapperMethod & { argNames: [ "reportPeriod" ], }, getAllCopilotAgentInsightsReportsMetadata: IMapperMethod & { }, getCopilotAgentInsightsFullReportContent: IMapperMethod & { argNames: [ "reportId", "reportSubType", "isFullDetails" ], }, getCopilotAgentsOnSitesTopDetails: IMapperMethod & { argNames: [ "reportId", "isFullDetails" ], }, getSiteDistributionsTopDetails: IMapperMethod & { argNames: [ "reportId", "isFullDetails" ], }, getTopSitesDetails: IMapperMethod & { argNames: [ "reportId", "isFullDetails" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.SPOGroup": { properties?: Array<string>; addAsGroupOwnerAndMember: IMapperMethod & { argNames: [ "groupId", "userId", "userPrincipalName" ], }, addGroupMember: IMapperMethod & { argNames: [ "groupId", "memberId", "memberPrincipalName" ], }, addGroupOwner: IMapperMethod & { argNames: [ "groupId", "ownerId", "ownerPrincipalName" ], }, getGroupInfo: IMapperMethod & { argNames: [ "groupId" ], }, removeAsGroupOwnerAndMember: IMapperMethod & { argNames: [ "groupId", "userId" ], }, removeGroupMember: IMapperMethod & { argNames: [ "groupId", "memberId" ], }, removeGroupOwner: IMapperMethod & { argNames: [ "groupId", "ownerId" ], }, updateGroupProperties: IMapperMethod & { argNames: [ "groupId", "displayName" ], }, updateGroupPropertiesBySiteId: IMapperMethod & { argNames: [ "groupId", "siteId", "displayName" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.SPOM365AgentInsightsRestApiClient": { properties?: Array<string>; createM365AgentInsightsReport: IMapperMethod & { argNames: [ "reportPeriod" ], }, getAllM365AgentInsightsReportsMetadata: IMapperMethod & { }, getM365AgentInsightsFullReportContent: IMapperMethod & { argNames: [ "reportId", "reportSubType", "isFullDetails" ], }, getM365AgentsOnSitesTopDetails: IMapperMethod & { argNames: [ "reportId", "isFullDetails" ], }, getSiteDistributionsTopDetails: IMapperMethod & { argNames: [ "reportId", "isFullDetails" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.SPOMalwareFile": { properties?: Array<string>; getMalwareFileStream: IMapperMethod & { }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.TenantAdministration.SPORestrictedContentDiscoverabilityClient": { properties?: Array<string>; createRestrictedContentDiscoverabilityReport: IMapperMethod & { }, getAllRestrictedContentDiscoverabilityReports: IMapperMethod & { }, getRestrictContentOrgWideSearchUsageInsightsReportContent: IMapperMethod & { argNames: [ "reportId" ], }, getSPODataAccessGovernanceInsightById: IMapperMethod & { argNames: [ "reportId" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.SPOWebAppServicePrincipalPublic": { properties?: Array<string>; addCustomSpfx3rdPartyAppPrincipal: IMapperMethod & { argNames: [ "appId", "appUri", "clientSecret" ], }, getCustomSpfx3rdPartyAppPrincipal: IMapperMethod & { }, removeCustomSpfx3rdPartyAppPrincipal: IMapperMethod & { }, updateCustomSpfx3rdPartyAppPrincipalClientSecret: IMapperMethod & { argNames: [ "clientSecret" ], }, } "Microsoft.Online.SharePoint.TenantAdministration.SiteProperties": { properties?: Array<string>; update: IMapperMethod & { }, } "Microsoft.Online.SharePoint.TenantAdministration.SiteProperties.Collection": { properties?: Array<string>; checkSiteIsArchivedById: IMapperMethod & { argNames: [ "siteId" ], }, getById: IMapperMethod & { argNames: [ "siteId" ], }, getGroupSiteRelationship: IMapperMethod & { argNames: [ "siteId" ], }, getLockStateById: IMapperMethod & { argNames: [ "siteId" ], }, getSiteStateProperties: IMapperMethod & { argNames: [ "siteId" ], }, getSiteUserGroups: IMapperMethod & { argNames: [ "siteId", "userGroupIds" ], }, query: IMapperMethod & { argNames: ["oData"] }, } "Microsoft.Online.SharePoint.TenantAdministration.Tenant": { properties?: Array<string>; acceptSyntexRepositoryTermsOfService: IMapperMethod & { }, activateApplicationBillingPolicy: IMapperMethod & { argNames: [ "billingPolicyId" ], }, addBrandFontPackage: IMapperMethod & { argNames: [ "creationInformation" ], }, addCompanyHomeSite: IMapperMethod & { argNames: [ "homeSiteUrl", "order", "audiences" ], }, addHomeSite: IMapperMethod & { argNames: [ "homeSiteUrl", "order", "audiences" ], }, addPreAuthAllowDenyListItemSetting: IMapperMethod & { argNames: [ "allowPreAuth", "newSetting" ], }, addRecentAdminAction: IMapperMethod & { argNames: [ "payload" ], }, addRecentAdminActionReport: IMapperMethod & { argNames: [ "payload" ], }, addRecentAdminActions: IMapperMethod & { argNames: [ "payload" ], }, addSPOContainerUserRole: IMapperMethod & { argNames: [ "ContainerId", "loginName", "role" ], }, addSPORestrictedSearchAllowedList: IMapperMethod & { argNames: [ "siteUrls" ], }, addSPOServicePrioritizationAppRegistration: IMapperMethod & { argNames: [ "appId", "policyId", "quotaMultiplier" ], }, addSyntexCustomModelSetting: IMapperMethod & { argNames: [ "modelSetting", "scenario" ], }, addTenantAdminListItem: IMapperMethod & { argNames: [ "columnValues", "listName" ], }, addTenantAdminListView: IMapperMethod & { argNames: [ "parameters" ], }, addToOrgAssetsLibAndCdnV2: IMapperMethod & { argNames: [ "cdnType", "libUrl", "thumbnailUrl", "orgAssetType", "defaultOriginAdded" ], }, addToOrgAssetsLibAndCdnWithType: IMapperMethod & { argNames: [ "cdnType", "libUrl", "thumbnailUrl", "orgAssetType" ], }, addToOrgAssetsLibWithConfig: IMapperMethod & { argNames: [ "cdnType", "libUrl", "thumbnailUrl", "orgAssetType", "defaultOriginAdded", "configParam" ], }, archiveContainer: IMapperMethod & { argNames: [ "containerId" ], }, archiveSiteById: IMapperMethod & { argNames: [ "siteId" ], }, bootstrapPolicyAutomationResources: IMapperMethod & { }, bulkRemoveResourceAsAuthoritative: IMapperMethod & { argNames: [ "siteIds" ], }, bulkSetResourceAsAuthoritative: IMapperMethod & { argNames: [ "siteIds" ], }, checkTenantIntuneLicense: IMapperMethod & { }, checkTenantLicenses: IMapperMethod & { argNames: [ "licenses" ], }, clearPreAuthAllowDenyListSettings: IMapperMethod & { argNames: [ "shouldClearAllowList" ], }, clearRestrictedAccessControlOneDrive: IMapperMethod & { }, clearRestrictedAccessControlSharePoint: IMapperMethod & { }, connectSiteToHubSiteById: IMapperMethod & { argNames: [ "siteUrl", "hubSiteId" ], }, createApplicationBillingPolicyValidation: IMapperMethod & { argNames: [ "applicationId" ], }, createPolicyDefinition: IMapperMethod & { argNames: [ "policyInputParameters" ], }, createSite: IMapperMethod & { argNames: [ "siteCreationProperties" ], }, deletePolicyDefinition: IMapperMethod & { argNames: [ "itemId" ], }, deleteRecentAdminActionReport: IMapperMethod & { argNames: [ "reportId" ], }, deleteSPOServicePrioritizationAppRegistration: IMapperMethod & { argNames: [ "appId" ], }, deleteSyntexCustomModelSetting: IMapperMethod & { argNames: [ "uniqueId", "scenario" ], }, downloadHighVolumeComponentImpactedAssetsReport: IMapperMethod & { argNames: [ "category", "documentKey" ], }, downloadRansomwareImpactedAssetsReport: IMapperMethod & { argNames: [ "driveId", "fileName", "reportNameType" ], }, downloadSPOContainers: IMapperMethod & { argNames: [ "active" ], }, enqueueInsights: IMapperMethod & { argNames: [ "insightsScenario", "reportId", "reportDataFile", "reportCreationTime" ], }, ensureBrandCenterFeature: IMapperMethod & { }, executeSliceAndDiceRequest: IMapperMethod & { argNames: [ "reportFeatureId", "jsonQuery", "filters" ], }, executeTranspilerRequest: IMapperMethod & { argNames: [ "payload" ], }, exportAdminListToCSV: IMapperMethod & { argNames: [ "viewXml", "listName" ], }, exportCSVFile: IMapperMethod & { argNames: [ "timeZoneId" ], }, exportContainersToCSV: IMapperMethod & { }, exportToCSV: IMapperMethod & { argNames: [ "viewXml", "timeZoneId", "columnsInfo", "listName" ], }, exportUnlicensedOneDriveForBusinessListToCSV: IMapperMethod & { }, getAdminListViews: IMapperMethod & { }, getAdminReportData: IMapperMethod & { argNames: [ "featureId", "datasetMetadata", "query" ], }, getAdminReportMetadata: IMapperMethod & { argNames: [ "dataset" ], }, getAllDeletedPersonalSitesPropertiesAllVersions: IMapperMethod & { argNames: [ "startIndex" ], }, getAllSPOContainersFromAdminList: IMapperMethod & { argNames: [ "queryParams" ], }, getArchivableContainerTypes: IMapperMethod & { }, getAuthoritativeResources: IMapperMethod & { }, getBaselineSecurityModePreAuthSettings: IMapperMethod & { }, getBillingPolicyIdForApp: IMapperMethod & { argNames: [ "applicationId" ], }, getBrandCenterConfiguration: IMapperMethod & { }, getBrandFontPackages: IMapperMethod & { }, getCatalogManagementSettings: IMapperMethod & { }, getContainerTypeExists: IMapperMethod & { argNames: [ "billingType" ], }, getContentManagementAssessmentResults: IMapperMethod & { }, getContentSecurityPolicy: IMapperMethod & { }, getCopilotPromoOptInStatus: IMapperMethod & { }, getDeletedPersonalSitePropertiesAllVersions: IMapperMethod & { argNames: [ "url" ], }, getDeletedSiteProperties: IMapperMethod & { argNames: [ "startIndex" ], }, getDeletedSitePropertiesByUrl: IMapperMethod & { argNames: [ "siteUrl" ], }, getDeletedSitePropertiesFromSharePoint: IMapperMethod & { argNames: [ "startIndex" ], }, getFileRequestBrandingProfiles: IMapperMethod & { }, getFileSensitivityLabelInfo: IMapperMethod & { argNames: [ "fileUrl" ], }, getFileVersionBatchDeleteJobProgress: IMapperMethod & { argNames: [ "siteUrl" ], }, getFileVersionBatchDeleteJobProgressForLibrary: IMapperMethod & { argNames: [ "siteUrl", "listParams" ], }, getFileVersionExpirationReportJobProgress: IMapperMethod & { argNames: [ "siteUrl", "reportUrl" ], }, getFileVersionExpirationReportJobProgressForLibrary: IMapperMethod & { argNames: [ "siteUrl", "listParams", "reportUrl" ], }, getFileVersionPolicyForLibrary: IMapperMethod & { argNames: [ "siteUrl", "listParams" ], }, getFilteredSPListItems: IMapperMethod & { argNames: [ "columnName", "columnValue", "columnType", "listName" ], }, getGeneratedInsightsSummary: IMapperMethod & { argNames: [ "insightsScenario", "dataFileName", "pageIndex" ], }, getHomeSites: IMapperMethod & { }, getHomeSitesDetails: IMapperMethod & { }, getIBVersionForTenant: IMapperMethod & { }, getIdleSessionSignOutForUnmanagedDevices: IMapperMethod & { }, getInsightsSummary: IMapperMethod & { argNames: [ "insightsScenario", "dataFileName", "pageIndex", "modelName", "maxTokenSize", "maxContentSize", "timeoutMS" ], }, getManageVersionPolicyJobProgress: IMapperMethod & { argNames: [ "siteUrl" ], }, getOrgAssets: IMapperMethod & { }, getPowerAppsEnvironments: IMapperMethod & { }, getPreAuthSettings: IMapperMethod & { }, getRansomwareActivities: IMapperMethod & { argNames: [ "parameters" ], }, getRansomwareActivitiesOverview: IMapperMethod & { argNames: [ "eventId" ], }, getRansomwareEvents: IMapperMethod & { argNames: [ "parameters" ], }, getRansomwareEventsOverview: IMapperMethod & { }, getRootSiteUrl: IMapperMethod & { }, getSPHSiteUrl: IMapperMethod & { }, getSPListItemCount: IMapperMethod & { argNames: [ "listName" ], }, getSPListRootFolderProperties: IMapperMethod & { argNames: [ "listName" ], }, getSPOAllWebTemplates: IMapperMethod & { argNames: [ "cultureName", "compatibilityLevel" ], }, getSPOAppBillingPolicies: IMapperMethod & { }, getSPOContainerByContainerId: IMapperMethod & { argNames: [ "containerId" ], }, getSPOContainerByContainerSiteUrl: IMapperMethod & { argNames: [ "containerSiteUrl" ], }, getSPOContainerTypeById: IMapperMethod & { argNames: [ "containerTypeId", "containerTenantType" ], }, getSPOContainerTypeConfigurationByContainerTypeId: IMapperMethod & { argNames: [ "containerTypeId" ], }, getSPOContainerTypes: IMapperMethod & { argNames: [ "containerTenantType" ], }, getSPOContainersByApplicationId: IMapperMethod & { argNames: [ "owningApplicationId", "paged", "pagingToken", "archiveStatus" ], }, getSPOCopilotPromoUsageStatistics: IMapperMethod & { }, getSPODeletedContainers: IMapperMethod & { }, getSPORestrictedSearchAllowedList: IMapperMethod & { }, getSPORestrictedSearchMode: IMapperMethod & { }, getSPOServicePrioritizationAppRegistrations: IMapperMethod & { }, getSPOServicePrioritizationBillingPayload: IMapperMethod & { argNames: [ "billingPolicyId", "azureSubscriptionId", "resourceGroup", "azureRegion", "friendlyName" ], }, getSPOServicePrioritizationBillingPolicies: IMapperMethod & { }, getSPOSiteCreationSources: IMapperMethod & { }, getSPOSyntexApplications: IMapperMethod & { }, getSPOSyntexConsumingApplications: IMapperMethod & { argNames: [ "owningApplicationId", "applicationId" ], }, getSPOTenantAllWebTemplates: IMapperMethod & { }, getSPOTenantWebTemplates: IMapperMethod & { argNames: [ "localeId", "compatibilityLevel" ], }, getSPOWebTemplatesAllowedForArchiving: IMapperMethod & { }, getSharePointSettingData: IMapperMethod & { argNames: [ "category" ], }, getSiteAdministrators: IMapperMethod & { argNames: [ "siteId" ], }, getSiteAuthorizationCodeForMigration: IMapperMethod & { argNames: [ "endpointUrl" ], }, getSiteByUrl: IMapperMethod & { argNames: [ "url" ], }, getSiteCohortsSummary: IMapperMethod & { argNames: [ "view" ], }, getSiteHealthStatus: IMapperMethod & { argNames: [ "sourceUrl" ], }, getSiteProperties: IMapperMethod & { argNames: [ "startIndex", "includeDetail" ], }, getSitePropertiesByFilter: IMapperMethod & { argNames: [ "filter", "startIndex", "includeDetail" ], }, getSitePropertiesBySiteId: IMapperMethod & { argNames: [ "siteId", "includeDetail" ], }, getSitePropertiesByUrl: IMapperMethod & { argNames: [ "url", "includeDetail" ], }, getSitePropertiesFromSharePoint: IMapperMethod & { argNames: [ "startIndex", "includeDetail" ], }, getSitePropertiesFromSharePointByFilter: IMapperMethod & { argNames: [ "filter", "startIndex", "includeDetail" ], }, getSitePropertiesFromSharePointByFilters: IMapperMethod & { argNames: [ "speFilter" ], }, getSiteSecondaryAdministrators: IMapperMethod & { argNames: [ "secondaryAdministratorsFieldsData" ], }, getSiteSubscriptionId: IMapperMethod & { }, getSiteThumbnailLogo: IMapperMethod & { argNames: [ "siteUrl" ], }, getSitesByState: IMapperMethod & { argNames: [ "states" ], }, getSitesFromSubstrate: IMapperMethod & { argNames: [ "searchText" ], }, getSortedSPOContainersByApplicationId: IMapperMethod & { argNames: [ "owningApplicationId", "ascending", "paged", "pagingToken", "archiveStatus" ], }, getSyntexCustomModelSettings: IMapperMethod & { argNames: [ "scenario" ], }, getTargetedSitesDetails: IMapperMethod & { }, getTargetedSitesDetailsByUserId: IMapperMethod & { argNames: [ "userId" ], }, getTenantAllOrCompatibleIBSegments: IMapperMethod & { argNames: [ "segments" ], }, getTenantSendFromAddress: IMapperMethod & { }, getTenantSiteCreationSource: IMapperMethod & { }, getTrackViewFeatureAlwaysVisible: IMapperMethod & { }, getVersionPolicyForDocLibsJobProgress: IMapperMethod & { argNames: [ "siteUrl" ], }, getViewByDisplayName: IMapperMethod & { argNames: [ "viewName", "listName" ], }, getVivaConnectionsLicense: IMapperMethod & { }, grantHubSiteRightsById: IMapperMethod & { argNames: [ "hubSiteId", "principals", "grantedRights" ], }, hasValidEducationLicense: IMapperMethod & { }, isRequestContentManagementAssessmentEligible: IMapperMethod & { }, isSyntexRepositoryTermsOfServiceAccepted: IMapperMethod & { }, logSharePointEmbeddedClientLog: IMapperMethod & { argNames: [ "logProperties" ], }, newFileVersionBatchDeleteJob: IMapperMethod & { argNames: [ "siteUrl", "batchDeleteParams" ], }, newFileVersionBatchDeleteJobForLibrary: IMapperMethod & { argNames: [ "siteUrl", "listParams", "batchDeleteParams" ], }, newFileVersionExpirationReportJob: IMapperMethod & { argNames: [ "siteUrl", "reportUrl" ], }, newFileVersionExpirationReportJobForLibrary: IMapperMethod & { argNames: [ "siteUrl", "listParams", "reportUrl" ], }, newSPOContainerType: IMapperMethod & { argNames: [ "containerTypeProperties" ], }, purgeContainer: IMapperMethod & { argNames: [ "containerId" ], }, purgeSPODeletedContainerByContainerId: IMapperMethod & { argNames: [ "containerId" ], }, purgeSPODeletedContainerByContainerSiteUrl: IMapperMethod & { argNames: [ "containerSiteUrl" ], }, query: IMapperMethod & { argNames: ["oData"] }, recentAdminActionReportIsAuditEnabled: IMapperMethod & { }, registerHubSite: IMapperMethod & { argNames: [ "siteUrl" ], }, registerHubSiteWithCreationInformation: IMapperMethod & { argNames: [ "siteUrl", "creationInformation" ], }, removeContainer: IMapperMethod & { argNames: [ "containerId" ], }, removeDeletedSite: IMapperMethod & { argNames: [ "siteUrl" ], }, removeDeletedSitePreferId: IMapperMethod & { argNames: [ "siteUrl", "siteId" ], }, removeFileRequestBrandingProfile: IMapperMethod & { argNames: [ "profileType" ], }, removeFileTypeVersionPolicy: IMapperMethod & { argNames: [ "fileTypes" ], }, removeFileTypeVersionPolicyForLibrary: IMapperMethod & { argNames: [ "siteUrl", "listParams", "fileTypes" ], }, removeFileVersionBatchDeleteJob: IMapperMethod & { argNames: [ "siteUrl" ], }, removeFileVersionBatchDeleteJobForLibrary: IMapperMethod & { argNames: [ "siteUrl", "listParams" ], }, removeFromOrgAssets: IMapperMethod & { argNames: [ "libUrl", "listId" ], }, removeHomeSite: IMapperMethod & { argNames: [ "homeSiteUrl" ], }, removePreAuthAllowDenyListItemSetting: IMapperMethod & { argNames: [ "itemId" ], }, removeResourceAsAuthoritative: IMapperMethod & { argNames: [ "siteId" ], }, removeSPHSite: IMapperMethod & { }, removeSPListItem: IMapperMethod & { argNames: [ "listItemId", "listName" ], }, removeSPOContainerByContainerId: IMapperMethod & { argNames: [ "containerId" ], }, removeSPOContainerByContainerSiteUrl: IMapperMethod & { argNames: [ "containerSiteU