mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-11 04:19:42 +00:00
1 line
18 KiB
JavaScript
1 line
18 KiB
JavaScript
module.exports = [{"type":"doc","id":"api/nerm/v1/nerm-api"},{"type":"category","label":"users","items":[{"type":"doc","id":"api/nerm/v1/post-user","label":"Create a new user","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/get-users","label":"Get users","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/post-users","label":"Create multiple new users","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/patch-users","label":"Update multiple users","className":"api-method patch"},{"type":"doc","id":"api/nerm/v1/get-user","label":"Find user by id","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/patch-user","label":"Update a user by id","className":"api-method patch"},{"type":"doc","id":"api/nerm/v1/delete-user","label":"Delete a user","className":"api-method delete"},{"type":"doc","id":"api/nerm/v1/get-user-avatar","label":"Retrieves the URL of the user avatar","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/post-user-avatar","label":"Uploads a new user avatar","className":"api-method post"}]},{"type":"category","label":"user managers","items":[{"type":"doc","id":"api/nerm/v1/post-user-manager","label":"Create a new user-manager relationship","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/get-user-managers","label":"Get user-manager relationships","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/post-user-managers","label":"Create multiple new user-manager relationships","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/patch-user-managers","label":"Update multiple user-manager relationships","className":"api-method patch"},{"type":"doc","id":"api/nerm/v1/get-user-manager","label":"Find user-manager relationship by id","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/patch-user-manager","label":"Update a user-manager relationship by id","className":"api-method patch"}]},{"type":"category","label":"roles","items":[{"type":"doc","id":"api/nerm/v1/get-roles","label":"Get roles","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/post-roles","label":"Create multiple new roles","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/patch-roles","label":"Update multiple roles","className":"api-method patch"},{"type":"doc","id":"api/nerm/v1/post-role","label":"Create a new role","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/get-role","label":"Find role by id","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/patch-role","label":"Update an existing role","className":"api-method patch"}]},{"type":"category","label":"permissions","items":[{"type":"doc","id":"api/nerm/v1/create-permission","label":"Create a permission","className":"api-method post"}]},{"type":"category","label":"user roles","items":[{"type":"doc","id":"api/nerm/v1/post-user-role","label":"Assign a new role to a user","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/get-user-roles","label":"Get user role pairings","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/post-user-roles","label":"Create multiple new user role pairings","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/patch-user-roles","label":"Update multiple user role pairings","className":"api-method patch"},{"type":"doc","id":"api/nerm/v1/get-user-role","label":"Find user role pairing by id","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/patch-user-role","label":"Update a user role pairing by id","className":"api-method patch"},{"type":"doc","id":"api/nerm/v1/delete-user-role","label":"Delete a user role assignment","className":"api-method delete"}]},{"type":"category","label":"attributes","items":[{"type":"doc","id":"api/nerm/v1/get-attributes","label":"Get attribute data in bulk","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/get-attribute","label":"Find attribute data by id","className":"api-method get"}]},{"type":"category","label":"attribute options","items":[{"type":"doc","id":"api/nerm/v1/post-attribute-option","label":"Add a value to an option based attribute","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/get-attribute-options","label":"Get option based attribute values","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/post-attribute-options","label":"Create multiple new option based attribute values","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/patch-attribute-options","label":"Update multiple option based attribute values","className":"api-method patch"},{"type":"doc","id":"api/nerm/v1/get-attribute-option","label":"Find option based attribute value by id","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/patch-attribute-option","label":"Update a option based attribute value by id","className":"api-method patch"},{"type":"doc","id":"api/nerm/v1/delete-attribute-option","label":"Delete a option based attribute value by id","className":"api-method delete"}]},{"type":"category","label":"pages","items":[{"type":"doc","id":"api/nerm/v1/create-profile-page","label":"Create a profile page","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-workflow-page","label":"Create a workflow page","className":"api-method post"}]},{"type":"category","label":"profile types","items":[{"type":"doc","id":"api/nerm/v1/post-profile-type","label":"Create a profile type","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/get-profile-types","label":"Get profile types","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/get-profile-type","label":"Find profile type by id","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/patch-profile-type","label":"Update a profile type by id","className":"api-method patch"},{"type":"doc","id":"api/nerm/v1/delete-profile-type","label":"Delete profile type","className":"api-method delete"}]},{"type":"category","label":"synced attributes","items":[{"type":"doc","id":"api/nerm/v1/get-profile-type-attributes","label":"profile_types/ne_attributes synced status","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/create-synced-attribute","label":"Create a synced attribute","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/delete-synced-attribute","label":"Delete synced attribute","className":"api-method delete"}]},{"type":"category","label":"profile type roles","items":[{"type":"doc","id":"api/nerm/v1/create-profile-type-role","label":"Create a profile type role","className":"api-method post"}]},{"type":"category","label":"profiles","items":[{"type":"doc","id":"api/nerm/v1/post-profile","label":"Create a profile","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/get-profiles","label":"Get profiles","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/post-profiles","label":"Create multiple profiles","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/patch-profiles","label":"Update multiple profiles","className":"api-method patch"},{"type":"doc","id":"api/nerm/v1/delete-profiles","label":"Delete multiple profiles","className":"api-method delete"},{"type":"doc","id":"api/nerm/v1/get-profile","label":"Find profile by id","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/patch-profile","label":"Update a profile by id","className":"api-method patch"},{"type":"doc","id":"api/nerm/v1/delete-profile","label":"Delete a single profile","className":"api-method delete"},{"type":"doc","id":"api/nerm/v1/get-profile-upload","label":"Retrieves the URL of an attachment attribute value from a profile","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/post-profile-upload","label":"Uploads a new attachment attribute value to a profile","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/get-profile-avatar","label":"Retrieves the URL of the profile avatar","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/post-profile-avatar","label":"Uploads a new profile avatar","className":"api-method post"}]},{"type":"category","label":"risk scores","items":[{"type":"doc","id":"api/nerm/v1/get-risk-scores","label":"Get risk score data in bulk","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/get-risk-score","label":"Find risk score data by id","className":"api-method get"}]},{"type":"category","label":"risk levels","items":[{"type":"doc","id":"api/nerm/v1/get-risk-levels","label":"Get risk level data in bulk","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/get-risk-level","label":"Find risk level data by id","className":"api-method get"}]},{"type":"category","label":"user profiles","items":[{"type":"doc","id":"api/nerm/v1/post-user-profile","label":"Create a user-profile contributor relationship","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/get-user-profiles","label":"Get user-profile contributor relationships","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/create-user-profiles","label":"Create multiple user-profile contributor relationships","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/patch-user-profiles","label":"Update multiple user-profile contributor relationships","className":"api-method patch"},{"type":"doc","id":"api/nerm/v1/delete-user-profiles","label":"Delete multiple user-profile contributor relationships","className":"api-method delete"},{"type":"doc","id":"api/nerm/v1/get-user-profile","label":"Find user-profile contributor relationship by id","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/patch-user-profile","label":"Update a user-profile contributor relationship by id","className":"api-method patch"},{"type":"doc","id":"api/nerm/v1/delete-user-profile","label":"Delete a user profile assignment","className":"api-method delete"}]},{"type":"category","label":"role profiles","items":[{"type":"doc","id":"api/nerm/v1/post-role-profile","label":"Create a role-profile contributor relationship","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/get-role-profiles","label":"Get role-profile contributor relationships","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/post-role-profiles","label":"Create multiple role-profile contributor relationships","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/patch-role-profiles","label":"Update multiple role-profile contributor relationships","className":"api-method patch"},{"type":"doc","id":"api/nerm/v1/get-role-profile","label":"Find role-profile contributor relationship by id","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/patch-role-profile","label":"Update a role-profile contributor relationship by id","className":"api-method patch"},{"type":"doc","id":"api/nerm/v1/delete-role-profile","label":"Delete a role profile assignment","className":"api-method delete"}]},{"type":"category","label":"workflows","items":[{"type":"doc","id":"api/nerm/v1/create-create-workflow","label":"Create a create workflow","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-update-workflow","label":"Create an update workflow","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-batch-workflow","label":"Create a batch workflow","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-automated-workflow","label":"Create an automated workflow","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-registration-workflow","label":"Create a registration workflow","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-login-workflow","label":"Create a login workflow","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-password-update-workflow","label":"Create a password reset workflow","className":"api-method post"}]},{"type":"category","label":"workflow actions","items":[{"type":"doc","id":"api/nerm/v1/create-approval-action","label":"Create an approval action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-ask-security-question-action","label":"Create ask security question action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-auto-assign-action","label":"Create an auto assign action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-batch-update-action","label":"Create a batch update action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-close-session-action","label":"Create a close session action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-contributors-action","label":"Create a contributors action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-create-profile-action","label":"Create a create profile action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-duplicate-prevention-action","label":"Create a duplicate prevention action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-email-verification-action","label":"Create an email verification action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-fulfillment-action","label":"Create a fulfillment action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-identity-proofing-action","label":"Create an identity proofing action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-invitation-action","label":"Create an invitation action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-ldap-action","label":"Create a ldap action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-notification-action","label":"Create a notification action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-password-reset-action","label":"Create a password reset action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-profile-check-action","label":"Create a profile check action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-profile-select-action","label":"Create a profile select action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-request-action","label":"Create a request action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-rest-api-action","label":"Create a REST API action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-review-action","label":"Create a review action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-run-workflow-action","label":"Create a run workflow action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-set-attributes-action","label":"Create a set attributes action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-set-security-question-action","label":"Create set security question action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-soap-api-action","label":"Create a SOAP API action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-status-change-action","label":"Create a status change action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-unassign-action","label":"Create an unassign action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-update-profile-action","label":"Create an update profile action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/create-username-password-action","label":"Create a username password action","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/get-workflow-actions","label":"Get Workflow Actions","className":"api-method get"}]},{"type":"category","label":"workflow sessions","items":[{"type":"doc","id":"api/nerm/v1/get-workflow-sessions","label":"Get workflow sessions","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/post-workflow-session","label":"Create a workflow session","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/get-workflow-session","label":"Find workflow session by id","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/patch-workflow-session","label":"Update a workflow session by id","className":"api-method patch"},{"type":"doc","id":"api/nerm/v1/get-workflow-session-upload","label":"Retrieves the URL of an attachment attribute value from a workflow session","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/post-workflow-session-upload","label":"Uploads a new attachment attribute value to a workflow session","className":"api-method post"}]},{"type":"category","label":"identity proofing results","items":[{"type":"doc","id":"api/nerm/v1/get-identity-proofing-results","label":"Get identity proofing result data in bulk","className":"api-method get"}]},{"type":"category","label":"advanced search","items":[{"type":"doc","id":"api/nerm/v1/get-advanced-search","label":"Get saved advanced search queries","className":"api-method get"},{"type":"doc","id":"api/nerm/v1/post-advanced-search","label":"Save an advanced search query for later use","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/run-advanced-search","label":"Run an advanced search for profiles, without saving the query","className":"api-method post"},{"type":"doc","id":"api/nerm/v1/patch-advanced-search","label":"Update a saved advanced search query","className":"api-method patch"},{"type":"doc","id":"api/nerm/v1/run-advanced-searchby-id","label":"Run a saved advanced search query","className":"api-method get"}]},{"type":"category","label":"job status","items":[{"type":"doc","id":"api/nerm/v1/get-job-status","label":"Get the status of a bulk job","className":"api-method get"}]},{"type":"category","label":"forms","items":[{"type":"doc","id":"api/nerm/v1/create-form","label":"Create a form","className":"api-method post"}]},{"type":"category","label":"form attributes","items":[{"type":"doc","id":"api/nerm/v1/create-form-attribute","label":"Create a form attribute","className":"api-method post"}]}]; |