interface GroupMembership {
    active?: boolean;
    descriptor?: IdentityDescriptor;
    id?: string;
    queriedId?: string;
}

Properties

active?: boolean
descriptor?: IdentityDescriptor
id?: string
queriedId?: string