@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.
12 lines • 1.29 kB
JavaScript
export 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 || (PrivilegeRequestEvaluationReportModel = {}));
//# sourceMappingURL=PrivilegeEvaluatorInterfaces.js.map