Retrieve the certificate search dictionary
Return the certificate search dictionary. The dictionary is computed based on the principal and includes:
- The list of certificate profiles on which the principal is authorized to search on;
- The list of discovery campaigns the principal is authorized to search on;
- The list of labels the principal is authorized to search on;
- The list of modules available on the Horizon instance;
- The list of available teams on the Horizon instance;
- The list of available grading policies on the Horizon instance;
- The list of available metadata on Horizon.
Responses
-
200 The certificate search dictionary
metadataarray of string requiredThe list of available metadata in Horizon
profilesarray of objects | null (Certificate Profile Localized Entry)The list of profiles the principal is authorized to search on
campaignsarray of string | nullThe list of discovery campaign the principal is authorized to search on
teamsarray of objects | null (Team Localized Entry)The list of available teams on this Horizon instance
labelsarray of objects | null (Label Localized Entry)The list of labels the principal is authorized to search on
modulesarray of string | nullThe list of Horizon modules available on this instance
gradingPoliciesarray of string | nullThe list of available grading policies on Horizon
-
400 Invalid request
-
401 Unauthorized request
-
403 Unauthorized request
-
500 Internal server error