psa.smb_serviceEntryPoints

Overview
Column Descriptions

id

CREATE TABLE `smb_serviceEntryPoints` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `servicePermissionId` int(11) NOT NULL,
  `externalId` varchar(255) DEFAULT NULL,
  `label` varchar(255) DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  `icon` varchar(255) DEFAULT NULL,
  `redirectUrl` varchar(255) DEFAULT NULL,
  `hidden` int(11) DEFAULT '0',
  `http` int(11) DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8

Related documentation