Manage credentials attributes
- Zuletzt aktualisiert2020/05/11
Manage credentials attributes
Use the Credential Vault API to create, update, and delete attribute values.
Permissions
By default, all users can create attributes with user-provided values. With additional permissions, a user can create attributes with standard values. See the BOTS section of Enterprise 11: Feature permissions for a role.
Credential attribute URLS
- Retrieve all attributes of a specific credential
- This URL returns the values of attributes that are configured as
"masked": false
. - Create a new attribute value for a specific credential
- Assign a value to an attribute for an existing credential. Use this URL after you have created a credential. See Create a new credential.
- Update credential attribute value of specific credential
-
PUT http://<your_control_room_url>/v2/credentials/{id}/attributevalues/{attributeValueId}
- Delete credential attribute value of specific credential
-
DELETE http://<your_control_room_url>/v2/credentials/{id}/attributevalues/{attributeValueId}