@mendix/extensions-api - v0.11.2
    Preparing search index...

    Interface ModuleSecurity

    A unit is a container of elements, it can not contain other units.

    interface ModuleSecurity {
        $CreationOptions?: unknown;
        $ID: string;
        $Type: "Security$ModuleSecurity";
        $UnitID?: string;
        moduleRoles: ModuleRole[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: unknown

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Security$ModuleSecurity"

    The type of the element.

    $UnitID?: string
    moduleRoles: ModuleRole[]