---
title: Application Resources Permissions
description: The PingOne Authorize {{apiPath}}/v1/environments/{{envID}}/resources/{{resourceID}}/applicationPermissions endpoint provides operations to read application resource permissions on the specified PingOne resource identified by its ID in the request URL.
component: pingone-api
page_id: pingone-api:platform:resources/application-resources-permissions
canonical_url: https://developer.pingidentity.com/pingone-api/platform/resources/application-resources-permissions.html
section_ids:
  application-resources-permissions-data-model: Application resources permissions data model
  response-codes: Response codes
---

# Application Resources Permissions

The PingOne Authorize `{{apiPath}}/v1/environments/{{envID}}/resources/{{resourceID}}/applicationPermissions` endpoint provides operations to read application resource permissions on the specified PingOne resource identified by its ID in the request URL.

## Application resources permissions data model

| Property                        | Type?  | Required? | Mutable?  | Description                                                                 |
| ------------------------------- | ------ | --------- | --------- | --------------------------------------------------------------------------- |
| `action`                        | String | Required  | Mutable   | The action associated with this permission.                                 |
| `description`                   | String | Optional  | Mutable   | The resource's description.                                                 |
| `id`                            | String | N/A       | Read only | The resource's unique identifier.                                           |
| `key`                           | String | N/A       | Read only | The `resource.name:action` pair of the permission.                          |
| `resource`                      | Object | N/A       | Read only | An object that identifies the associated application resource.              |
| `resource.id`                   | String | N/A       | Read only | The ID for the associated application resource.                             |
| `resource.name`                 | String | N/A       | Read only | The name of the associated application resource.                            |
| `resourceServer.id`             | String | N/A       | Read only | The ID for the associated application resource server.                      |
| `resourceServer.environment.id` | String | N/A       | Read only | The ID for the environment associated with the application resource server. |

## Response codes

| Code | Message                                                               |
| ---- | --------------------------------------------------------------------- |
| 200  | Successful operation.                                                 |
| 400  | The request could not be completed.                                   |
| 401  | You do not have access to this resource.                              |
| 403  | You do not have permissions or are not licensed to make this request. |
| 404  | The requested resource was not found.                                 |
