Skip to main content

LdapOrgEntityProviderOptions

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

Options for LdapOrgEntityProvider.

Signature:

export interface LdapOrgEntityProviderOptions 

Properties

PropertyModifiersTypeDescription
groupTransformer?GroupTransformer(Optional) The function that transforms a group entry in LDAP to an entity.
idstringA unique, stable identifier for this provider.
loggerLoggerThe logger to use.
schedule'manual' | TaskRunnerThe refresh schedule to use.
targetstring

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.