PingOne Platform APIs - Early Access

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

type

String

Required

Immutable

The type of connector template.

channel

String

Required

Mutable

The connector template channel.

code

String

Required

Mutable

The code associated with the service.

capability

String

Required

Mutable

The capability associated with the connector code and channel.

schemaVersion

Integer

Required

Mutable

The schema version of the connector template.

inputMappings

Array

Required

mutable

The list of input mappings of the connector template.

inputMappings.type

String

Required

mutable

The type of input mapping. Options are ATTRIBUTE, INPUT.

inputMappings.property

string

Required

mutable

The property associated with the input mapping.

cacheSettings

Object

Optional

Mutable

An object that specifies the cache settings.

cacheSettings.ttlSeconds

Integer

Optional

Mutable

The time to live setting specified in seconds.

Response codes

Code Message

200

Successful operation.

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.