UNPKG

@coveo/platform-client

Version:

The main goal of this package is to provide an easy to configure and straightforward way of querying Coveo Cloud APIs using JavaScript.

15 lines 1.46 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PrivilegeRequestEvaluationReportModel = void 0; var PrivilegeRequestEvaluationReportModel; (function (PrivilegeRequestEvaluationReportModel) { PrivilegeRequestEvaluationReportModel["operationForbiddenForAnonymousAuthentication"] = "OPERATION_FORBIDDEN_FOR_ANONYMOUS_AUTHENTICATION"; PrivilegeRequestEvaluationReportModel["operationForbiddenForAuthenticationBoundToDifferentOrganization"] = "OPERATION_FORBIDDEN_FOR_AUTHENTICATION_BOUND_TO_DIFFERENT_ORGANIZATION"; PrivilegeRequestEvaluationReportModel["operationForbiddenForOrganization"] = "OPERATION_FORBIDDEN_FOR_ORGANIZATION"; PrivilegeRequestEvaluationReportModel["operationForbiddenForOrganizationInReadOnly"] = "OPERATION_FORBIDDEN_FOR_ORGANIZATION_IN_READ_ONLY"; PrivilegeRequestEvaluationReportModel["operationForbiddenFromRequestLocation"] = "OPERATION_FORBIDDEN_FROM_REQUEST_LOCATION"; PrivilegeRequestEvaluationReportModel["operationForbiddenInvalidPrivilegeRequest"] = "OPERATION_FORBIDDEN_INVALID_PRIVILEGE_REQUEST"; PrivilegeRequestEvaluationReportModel["operationGranted"] = "OPERATION_GRANTED"; PrivilegeRequestEvaluationReportModel["operationNotAllowed"] = "OPERATION_NOT_ALLOWED"; })(PrivilegeRequestEvaluationReportModel || (exports.PrivilegeRequestEvaluationReportModel = PrivilegeRequestEvaluationReportModel = {})); //# sourceMappingURL=PrivilegeEvaluatorInterfaces.js.map