$this->providePermission('director/audit',$this->translate('Allow to access the full audit log'));
$this->providePermission('director/showconfig',$this->translate('Allow to show configuration (could contain sensitive information)'));
$this->providePermission('director/deploy',$this->translate('Allow to deploy configuration'));
$this->providePermission('director/hosts',$this->translate('Allow to configure hosts'));
$this->providePermission('director/users',$this->translate('Allow to configure users'));
$this->providePermission('director/notifications',$this->translate('Allow to configure notifications'));
$this->providePermission('director/inspect',$this->translate('Allow to inspect objects through the Icinga 2 API (could contain sensitive information)'));