Type Alias GroupSettings

represents a GroupSetting document

type GroupSettings = {
    autoCreateGroups: boolean;
    links: { self: { href: string } };
    syncIdpGroups?: boolean;
    systemGroups?: {
        "000000000000000000000001"?: {
            assignedRoles?: AssignedRoles;
            createdAt?: string;
            enabled?: boolean;
            id?: "000000000000000000000001";
            lastUpdatedAt?: string;
            name?: "com.qlik.Everyone";
        };
    };
    tenantId: string;
}
Index

Properties

autoCreateGroups: boolean

Determines if groups should be created on login.

links: { self: { href: string } }

Contains Links for current document

syncIdpGroups?: boolean

Determines if groups should be created on login.

systemGroups?: {
    "000000000000000000000001"?: {
        assignedRoles?: AssignedRoles;
        createdAt?: string;
        enabled?: boolean;
        id?: "000000000000000000000001";
        lastUpdatedAt?: string;
        name?: "com.qlik.Everyone";
    };
}
tenantId: string

The unique tenant identifier.