Frodo Library - v4.0.0-10
    Preparing search index...

    Type Alias UserConfigSkeleton

    type UserConfigSkeleton = {
        devices: {
            "2fa": {
                binding: Record<string, IdObjectSkeletonInterface>;
                oath: Record<string, IdObjectSkeletonInterface>;
                push: Record<string, IdObjectSkeletonInterface>;
                webauthn: Record<string, IdObjectSkeletonInterface>;
            };
            profile: Record<string, IdObjectSkeletonInterface>;
            trusted: Record<string, IdObjectSkeletonInterface>;
        };
        groups: Record<string, IdObjectSkeletonInterface>;
        oauth2: {
            applications: Record<string, IdObjectSkeletonInterface>;
            resources: {
                labels: Record<string, IdObjectSkeletonInterface>;
                sets: Record<string, IdObjectSkeletonInterface>;
            };
        };
        policies: Record<string, IdObjectSkeletonInterface>;
        services: Record<string, IdObjectSkeletonInterface>;
        uma: {
            auditHistory: Record<string, IdObjectSkeletonInterface>;
            pendingrequests: Record<string, IdObjectSkeletonInterface>;
            policies: Record<string, IdObjectSkeletonInterface>;
        };
    }
    Index

    Properties

    devices: {
        "2fa": {
            binding: Record<string, IdObjectSkeletonInterface>;
            oath: Record<string, IdObjectSkeletonInterface>;
            push: Record<string, IdObjectSkeletonInterface>;
            webauthn: Record<string, IdObjectSkeletonInterface>;
        };
        profile: Record<string, IdObjectSkeletonInterface>;
        trusted: Record<string, IdObjectSkeletonInterface>;
    }
    groups: Record<string, IdObjectSkeletonInterface>
    oauth2: {
        applications: Record<string, IdObjectSkeletonInterface>;
        resources: {
            labels: Record<string, IdObjectSkeletonInterface>;
            sets: Record<string, IdObjectSkeletonInterface>;
        };
    }
    policies: Record<string, IdObjectSkeletonInterface>
    services: Record<string, IdObjectSkeletonInterface>
    uma: {
        auditHistory: Record<string, IdObjectSkeletonInterface>;
        pendingrequests: Record<string, IdObjectSkeletonInterface>;
        policies: Record<string, IdObjectSkeletonInterface>;
    }