Credential store in UiPath

Hi,

Can anyone help me with the list of the things which are stored in UiPath credential store (orchestrator database, not using any third part credential store).

Thanks in advance.

A credential store is a named location within a secure store from which you can store and retrieve sensitive data such as Robot credentials and credential Assets when needed.

More details can be found here:

Thanks for the reply, I have already checked these documents, but I am looking for what are all Robot credential and asset it stored, I need to provide these in one of the projects that these things will going to store in credential store.

If I understand right, you already created some credential assets and other types of assets and you need to retrieve them in your automation projects, right?

If yes, then, these activities can help https://docs.uipath.com/activities/docs/get-robot-asset and https://docs.uipath.com/activities/docs/get-robot-credential

If you need to understand for what you can use the Credential assets, then the * Credential Asset - contains usernames and passwords that the Robot requires to execute particular processes, such as login details for SAP or SalesForce.

Reference: About Assets

Actually, currently I am in discussion phase with client, so client have asked what all the things are going to store in credential store.
I have prepared some of things (mentioned below) but looking for more information.

1- Client secret, Application Id and Tenant Id: The Client secret, Application Id and Tenant ID which are used to configure Single sign-on on UiPath orchestrator.

2- Email Id of the users: Email address to log in to Orchestrator

3- Robot credential: The client ID - client secret pair generates a token that authorizes the connection between the robot and Orchestrator and provides the Robot with access to Orchestrator resources.

4- Application credential: Credential contains usernames and passwords that the Robot requires to execute particular processes, such as login details for SAP or Salesforce.

Queue item data - A queue is a set of pending jobs executed in a specific order based on priority or other factors, only contain the case number that robot is processing.