Concepts
Project Resources

Project Resources

Project Access Token

To grant access to certain resources in a project, you will need to provide its ID. For example, to grant read_write access to a config store, you will set the config store ID which begins with cnf_ and can be found on the project settings page.

Structure

{
  "resources": [
    {
      "id": "cnf_abc",
      "scope": "read_write"
    }
  ]
  // .... other project access token properties
}