@mendix/extensions-api - v0.9.0
    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[];
        addModuleRole(): Promise<ModuleRole>;
        getModuleRole(name: string): undefined | 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[]

    Methods

    • Parameters

      • name: string

      Returns undefined | ModuleRole