Authorization Connector Templates
This endpoint provides an operation to view the authorization connector templates associated with the specified environment.
Connector templates data model
| Property | Type? | Required? | Mutable? | Description |
|---|---|---|---|---|
|
String |
Required |
Immutable |
The type of connector template. |
|
String |
Required |
Mutable |
The connector template channel. |
|
String |
Required |
Mutable |
The code associated with the service. |
|
String |
Required |
Mutable |
The capability associated with the connector |
|
Integer |
Required |
Mutable |
The schema version of the connector template. |
|
Array |
Required |
mutable |
The list of input mappings of the connector template. |
|
String |
Required |
mutable |
The type of input mapping. Options are |
|
string |
Required |
mutable |
The property associated with the input mapping. |
|
Object |
Optional |
Mutable |
An object that specifies the cache settings. |
|
Integer |
Optional |
Mutable |
The time to live setting specified in seconds. |