interface TenantMembers {
    friendlyName: null | string;
    name: null | string;
    getEnabledFactors(): null | string[];
    getEnabledLocales(): null | string[];
}

Properties

friendlyName: null | string
name: null | string

Methods