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 |
---|---|---|---|
(Optional) The function that transforms a group entry in LDAP to an entity. | |||
string |
A unique, stable identifier for this provider. | ||
The logger to use. | |||
'manual' | SchedulerServiceTaskRunner |
The refresh schedule to use. | ||
string |
The target that this provider should consume. Should exactly match the "target" field of one of the "ldap.providers" configuration entries. | ||
(Optional) The function that transforms a user entry in LDAP to an entity. |