PingOne Platform APIs

Application Resources Permissions

The PingOne Authorize {{apiPath}}/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.