Type alias UserConfigSkeleton
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>; }; }