Interface IGroupSettings

interface IGroupSettings {
    link: {
        autoCreateGroups: boolean;
        self: {
            href: string;
        };
        syncIdpGroups: boolean;
        tenantId: string;
    };
}

Properties

Properties

link: {
    autoCreateGroups: boolean;
    self: {
        href: string;
    };
    syncIdpGroups: boolean;
    tenantId: string;
}

Type declaration

  • autoCreateGroups: boolean
  • self: {
        href: string;
    }
    • href: string
  • syncIdpGroups: boolean
  • tenantId: string