---
title: Application Resources
description: The PingOne Authorize {{apiPath}}/v1/environments/{{envID}}/resources/{{resourceID}}/applicationResources endpoint provides operations to create, read, update, and delete application resources in PingOne.
component: pingone-api
page_id: pingone-api:platform:resources/application-resources
canonical_url: https://developer.pingidentity.com/pingone-api/platform/resources/application-resources.html
section_ids:
  application-resources-data-model: API application resources data model
  response-codes: Response codes
---

# Application Resources

The PingOne Authorize `{{apiPath}}/v1/environments/{{envID}}/resources/{{resourceID}}/applicationResources` endpoint provides operations to create, read, update, and delete application resources in PingOne.

## API application resources data model

| Property      | Type?  | Required? | Mutable?  | Description                                                              |
| ------------- | ------ | --------- | --------- | ------------------------------------------------------------------------ |
| `description` | String | Optional  | Mutable   | The application resource's description.                                  |
| `id`          | String | N/A       | Read only | The resource's unique identifier.                                        |
| `name`        | String | Required  | Mutable   | The application resource name. The `name` value must be unique.          |
| `parent`      | Object | N/A       | Read only | The application resource's parent.                                       |
| `parent.type` | String | N/A       | Read only | The application resource's parent type. Options are `PING_ONE_RESOURCE`. |
| `parent.id`   | String | N/A       | Read only | The application resource's parent ID.                                    |

## Response codes

| Code | Message                                                               |
| ---- | --------------------------------------------------------------------- |
| 200  | Successful operation.                                                 |
| 201  | Successfully created.                                                 |
| 204  | Successfully removed. No content.                                     |
| 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.                                 |
