Hierarchy (View Summary)

Constructors

Properties

auth_method: "tls" | "plain" | "ssl"

Application secret from the SSO provider providing the Ldap services

authority_id: string

ID of the authority associted with the auth method

base: string

URL from the SSO provider for authorisation

bind_dn: string

Default DN to user when performing a user lookup

created_at: number

Unix epoch in seconds of the creation time of the object

filter: string

LDAP Filter. Can be used instead of uid. e.g. (&(uid=%{username})(memberOf=cn=myapp-users,ou=groups,dc=example,dc=com))

host: string

HTTP URL of the SSO provider

id: string

Unique Identifier of the object

name: string

Human readable name of the object

password: string

Password to access LDAP service

port: number

Application ID from the SSO provider providing the Ldap services

type: "ldap" = 'ldap'

Type of auth source

uid: string

Mapping of engine values to SSO provider values

updated_at: number

Unix epoch in seconds of the creation time of the object

version: number

Version of the data

Methods