DaVinci Admin Connectors
The PingOne DaVinci Admin Connector service provides endpoints to read DaVinci connector resources. Connectors give DaVinci the ability to integrate third party technologies, HTML pages, and other tools to create a sign-on flow. They define the capabilities that you can use as nodes in a flow. For example, an HTTP connector provides the capability to present an HTML form to collect and submit user information or make REST API calls.
|
It is recommended that you review the Using connectors securely topic in the PingOne DaVinci admin guide before assigning connectors to your workflow. |
DaVinci admin connector data model properties
| Property | Type? | Required? | Mutable? | Description |
|---|---|---|---|---|
|
String |
Optional |
Mutable |
The connector 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 connector ID (for example, |
|
Object |
N/A |
Read only |
Represents the metadata information about the connector, such as type, color, and logo. |
|
String |
N/A |
Read only |
The type of connector. Options are |
|
String |
N/A |
Read only |
The ID of a vendor (for example, |
|
Object |
N/A |
Read only |
An object that specifies the colors on the canvas. |
|
String |
N/A |
Read only |
A hexadecimal representation of the canvas color. |
|
String |
N/A |
Read only |
A hexadecimal representation of the canvas text color. |
|
String |
N/A |
Read only |
A hexadecimal representation of the shade of darkness. |
|
String |
N/A |
Read only |
The image name of the connector logo file. |
|
Object |
N/A |
Read only |
An object that specifies the canvas. |
|
String |
N/A |
Read only |
The name of the connector logo image. |
|
String |
Required |
Mutable |
The connector name (for example, |
|
String |
N/A |
Read only |
The version number of the connector. |
DaVinci admin connectors details data model properties
| Property | Type? | Required? | Mutable? | Description |
|---|---|---|---|---|
|
Object[] |
Optional |
Mutable |
Represents the account configuration of the connector. For details, refer to Core connectors. |
|
String |
Optional |
Mutable |
The size of the configuration window. |
|
Array |
Optional |
Mutable |
An array of configurable properties. |
|
String |
Optional |
Mutable |
The name of the configurable property. |
|
Array |
Optional |
Mutable |
An array of sub-property names under the top level property. |
|
Array |
Optional |
Mutable |
The name of the sub-property under the top level property. |
|
Object[] |
Optional |
Mutable |
A list of all connector capabilities and their input properties. For more information, refer to Core connectors. |
|
Date |
N/A |
Read only |
The time when the connector was created. |
|
Object |
Optional |
Mutable |
Represents the credentials view of the connector. |
|
Object |
Optional |
Mutable |
The fields that will be part of the connector configuration specific to credentials. |
|
Array |
Optional |
Mutable |
An array of configurable properties. |
|
String |
Optional |
Mutable |
The name of the property. |
|
Object[] |
Optional |
Mutable |
Represents the flow section to which the connector can be categorized. |
|
String |
Optional |
Mutable |
The name of the section being shown. |
|
String |
Optional |
Mutable |
A pointer to the flow section name referenced by other sections in the manifest. |
|
Object |
Optional |
Mutable |
A list of properties that will be used by the capabilities. For more information, refer to Core connectors. |
|
Object[] |
Optional |
Mutable |
An array of sections shown in Connector Configuration. For more information, refer to Core connectors. |
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. |