Manage credentials
- Updated: 2020/05/11
Use the Credential Vault API to create, delete, search for, and update credentials.
Permissions
By default, all users can create credentials. You are the Credential owner of any credentials that you created. As a Credential owner, you can update, delete, and transfer the ownership of your credentials.
Credential URLS
- Create credential
- Creates a new credential and configures one or more attributes.
- Search for credentials
-
POST http://<your_control_room_url>/v2/credentialvault/credentials/list
- Get credential by id
-
GET http://<your_control_room_url>/v2/credentialvault/credentials/{id}
- Update credential properties
- As a credential owner, you can change the credential name or description, attribute name or description, input type, value masking, or password flagging.
- Delete credential
-
DELETE http://<your_control_room_url>/v2/credentialvault/credentials/{id}
- Update credential owner
- You can transfer any of your credentials to a new owner. If the credential
is assigned to a locker, you can transfer the
ownership to one of the locker members. If the
credential is not assigned to a locker, you can
transfer the ownership to any other user in the system. Users with the
AAE_Locker
role can update the credential owners for any credential in the system.