Authorization Processors
Authorization processors transform the data coming from the resolvers. Processors manipulate and transform data, including extracting details from structured data, or converting data to different formats. These endpoints provide operations to create, read, update, and delete authorizaton processor resources.
|
For detailed information about processor resources in the PingOne Authorize trust framework, refer to Processors in the PingOne Cloud Platform Administrator Guide. |
Authorization processors data model
| Property | Type? | Required? | Mutable? | Description |
|---|---|---|---|---|
|
String |
Optional |
Mutable |
The authorization processor resource’s description. |
|
String |
Required |
Mutable |
A unique name generated by the system for each authorization processor resource. It is the concatenation of names in the processor resource hierarchy. |
|
String |
N/A |
Read only |
The resource’s unique identifier. |
|
String |
Required |
Mutable |
A user-friendly authorization processor name. |
|
Object |
Optional |
Mutable |
The authorization processor resource’s parent. |
|
String |
Optional |
Mutable |
The authorization processor resource’s parent ID. |
|
Object |
Optional |
Mutable |
The authorization processor resource’s processor object. |
|
String |
Optional |
Mutable |
The authorization processor resource’s processor type. Options are |
|
String |
Optional |
Mutable |
A user-friendly authorization processor name. The |
|
String |
Optional |
Mutable |
The processor resource’s processor type. Options are |
|
String |
Required |
Read only |
A random ID generated by the system for concurrency control purposes. |
Authorization processors processor type data model
| Processor type | Description |
|---|---|
|
The JSON path expression processor. Additional properties are: * * |
|
The CHAIN processor. Additional properties are: * |
|
The collection filter processor. Additional properties are: * |
|
The collection transform processor. Additional properties are: * |
|
The reference processor. Additional properties are: * * |
|
The SpEL expression processor. Additional properties are: * * |
|
The XPath expression processor. Additional properties are: * * |
Event types
The audit reporting events applicable to the authorize processors service are:
| Topic | Event |
|---|---|
|
|
|
|
|
|
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. |