DaVinci Admin UI Templates
You can create user interface (UI) templates that match your company style and branding, which you can include in flows using an HTTP connector. The PingOne DaVinci Admin UI Templates service provides endpoints to create, read, and delete DaVinci UI templates.
DaVinci Admin UI templates data model properties
| Property | Type? | Required? | Mutable? | Description |
|---|---|---|---|---|
|
Date |
N/A |
Read only |
A UTC string that specifies the time when the DaVinci UI template was created. |
|
String |
Optional |
Mutable |
The UI template description. |
|
Object |
N/A |
Read only |
The DaVinci company ID (environment ID) object. |
|
String |
N/A |
Read only |
The DaVinci company ID, which is the PingOne environment ID. |
|
String |
N/A |
Read only |
The DaVinci UI template ID. |
|
String |
Required |
Mutable |
The UI template name. |
|
String |
Optional |
Mutable |
A JSON representation of the input schema defined in this template. |
|
String |
Optional |
Mutable |
A JSON representation of the output schema defined in this template. |
|
String |
Optional |
Mutable |
Javascript code utilized by this template. |
|
String |
Optional |
Mutable |
The CSS used in flows that are associated with this template. |
|
String |
Optional |
Mutable |
The HTML template to me rendered. |
|
Date |
N/A |
Read only |
A UTC string that specifies the time when the UI template was last modified. |
|
Array |
Optional |
Mutable |
The validation rules object. |
|
String |
Required |
Mutable |
The name of the property to which the validation rule applies. |
|
Array |
Required |
Mutable |
The rules object in which the validation rules elements are defined. |
|
String |
Required |
Mutable |
The name of the rule. Options are |
|
String |
Optional |
Mutable |
The rule message that displays if the required property is not present or if the property is not a valid email. For |
|
String |
Optional |
Mutable |
The property to check when applying the |
|
String |
Optional |
Mutable |
The pattern to match when applying the |
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. |