IntegrationHubAccess tableΒΆ
Column | Description | Format | Required |
---|---|---|---|
Id | Object identifier | int | Yes |
IdSubject | Subject Id in Auth-Subject table of Balea | int | Yes |
IdDataStorageUnit | DSU identifier | int | Yes |
TopicName | Name of the topic | nvarchar(256) | Yes |
CanSend | Indicates whether it is authorized to send information to the service bus | bit | Yes |
CanListen | Indicates whether it is authorized to listen to the service bus | bit | Yes |
CanManage | Indicates whether it is authorized to manage the service bus | bit | Yes |