Frodo Library - v4.5.0
    Preparing search index...

    Type Alias ResolvedIdentity

    type ResolvedIdentity = {
        displayName?: string;
        id: string;
        kind: ResolvedIdentityKind;
        note?: string;
        realm?: string;
        resolvedVia?: string;
        username?: string;
    }
    Index

    Properties

    displayName?: string
    id: string

    The uuid that was resolved (extracted from the DN, if one was given).

    note?: string

    Present for 'admin-unconfirmed'/'unknown': why a definitive kind couldn't be determined.

    realm?: string

    Realm the identity belongs to. Only set for kind 'user'.

    resolvedVia?: string

    The managed/system object type the identity was actually found under, e.g. 'alpha_user', 'svcacct', 'teammember'.

    username?: string