@truenas/api-client
    Preparing search index...

    Interface DirectoryServicesEntry

    interface DirectoryServicesEntry {
        configuration?:
            | v25_10_0.ActiveDirectoryConfig
            | v25_10_0.IPAConfig
            | v25_10_0.LDAPConfig
            | null;
        credential: | v25_10_0.CredKRBPrincipal
        | v25_10_0.CredKRBUser
        | v25_10_0.CredLDAPAnonymous
        | v25_10_0.CredLDAPMTLS
        | v25_10_0.CredLDAPPlain
        | null;
        enable: boolean;
        enable_account_cache?: boolean;
        enable_dns_updates?: boolean;
        id: number;
        kerberos_realm?: string
        | null;
        service_type: "ACTIVEDIRECTORY" | "LDAP" | "IPA" | null;
        timeout?: number;
    }
    Index
    configuration?:
        | v25_10_0.ActiveDirectoryConfig
        | v25_10_0.IPAConfig
        | v25_10_0.LDAPConfig
        | null
    credential:
        | v25_10_0.CredKRBPrincipal
        | v25_10_0.CredKRBUser
        | v25_10_0.CredLDAPAnonymous
        | v25_10_0.CredLDAPMTLS
        | v25_10_0.CredLDAPPlain
        | null
    enable: boolean
    enable_account_cache?: boolean
    enable_dns_updates?: boolean
    id: number
    kerberos_realm?: string | null
    service_type: "ACTIVEDIRECTORY" | "LDAP" | "IPA" | null
    timeout?: number