Deployment Package
A deployment package in PingAuthorize is a compiled version of the policy tree. The deployment packages includes all trust framework entities consumed by the policy tree and is the key element that is deployed to PingAuthorize Server.
This service provides the ability to read, create, update, and delete deployment packages.
Authorization deployment package data model
| Property | Type? | Required? | Mutable? | Description |
|---|---|---|---|---|
|
Object |
N/A |
N/A |
The approvals for the deployment package. |
|
String |
N/A |
N/A |
The identifier of the user who created the deployment package. |
|
String |
N/A |
N/A |
The date and time of when the deployment package was created. |
|
String |
N/A |
N/A |
The identifier of the root decision node this deployment package is evaluating from. |
|
String |
N/A |
N/A |
The name of the root decision node. |
|
String |
N/A |
N/A |
The unique identifier for the deployment package. |
|
Object |
N/A |
N/A |
The name of the deployment package. |
|
Instant |
N/A |
N/A |
The date and time when the snapshot was committed. |
|
String |
N/A |
N/A |
The identifier of the snapshot associated with the deployment package. |
|
String |
N/A |
N/A |
The message or description of the snapshot. |