Interface IdentityFlatMembership

interface IdentityFlatMembership {
    id: string;
    implicit: boolean;
    name: string;
    parentsIds?: string[];
    providerId: string;
    topLevel: boolean;
}

Properties

id: string
implicit: boolean
name: string
parentsIds?: string[]
providerId: string
topLevel: boolean