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

    Interface CredKRBUser

    interface CredKRBUser {
        credential_type: "KERBEROS_USER";
        password: string;
        username: string;
    }
    Index
    credential_type: "KERBEROS_USER"
    password: string
    username: string