BindConfig
Home > @backstage/plugin-catalog-backend-module-ldap
> BindConfig
The settings to use for the a command.
Signature:
export type BindConfig = {
dn: string;
secret: string;
};
Home > @backstage/plugin-catalog-backend-module-ldap
> BindConfig
The settings to use for the a command.
Signature:
export type BindConfig = {
dn: string;
secret: string;
};