Skip to main content

LdapOrgEntityProviderLegacyOptions

Home > @backstage/plugin-catalog-backend-module-ldap > LdapOrgEntityProviderLegacyOptions

Warning: This API is now obsolete.

This interface exists for backwards compatibility only and will be removed in the future.

Options for LdapOrgEntityProvider.

Signature:

export interface LdapOrgEntityProviderLegacyOptions 

Properties

Property

Modifiers

Type

Description

groupTransformer?

GroupTransformer

(Optional) The function that transforms a group entry in LDAP to an entity.

id

string

A unique, stable identifier for this provider.

logger

LoggerService

The logger to use.

schedule

'manual' | SchedulerServiceTaskRunner

The refresh schedule to use.

target

string

The target that this provider should consume.

Should exactly match the "target" field of one of the "ldap.providers" configuration entries.

userTransformer?

UserTransformer

(Optional) The function that transforms a user entry in LDAP to an entity.