DataSourceNotAllowAccess


Description

Data source access restrictions managing data sources that are restricted from access for security or compliance purposes. This security table defines data sources that should not be accessible, supporting data access control, security compliance, and data source management for healthcare information systems.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
Id int identity 4 null

Primary key - Unique identifier for each access restriction

Name varchar 100 null

Data source name - Name of the restricted data source

Type nvarchar 100 null

Restriction type - Type or category of the access restriction

Indexes

Constraint Name Type Sort Column(s)
PK_DataSourceNotAccept Primary key Asc Id

Relationships