IpSecurity


Description

IP-based security and access control managing IP address restrictions and security policies for system access. This security system controls access based on network location and implements IP-based security policies for enhanced system protection.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
AccessType Unknown 0 null

Access type - Type of access control (Allow, Deny, Restrict)

CreatedBy Unknown 0 null

Creator user ID - Reference to user who created this security rule

DateCreated Unknown 0 null

Creation timestamp - When this security rule was first created

DateUpdated Unknown 0 null

Last modification timestamp - When this security rule was most recently updated

ID int identity 4 null

Primary key - Unique identifier for each IP security rule, auto-incrementing integer

Description nvarchar 1073741823 null

Rule description - Description of the security rule and its purpose

DeletedDate datetime 16,3 null

Deletion timestamp - When this security rule was logically deleted

IpAddress Unknown 0 null

IP address - Specific IP address or IP range for the security rule

IpRange Unknown 0 null

IP address range - CIDR notation or range specification for multiple IPs

IpStart nvarchar 510 null

IP range start - Start IP address for IP range rules

IpEnd nvarchar 510 null

IP range end - End IP address for IP range rules

IsActive Unknown 0 null

Active status - Boolean indicating if security rule is currently active

SecurityGroupId Unknown 0 null

Security group reference - Reference to IP security group for organized management

UpdatedBy Unknown 0 null

Last modifier - User ID who made the most recent update

Indexes

Constraint Name Type Sort Column(s)
PK__IpSecuri__3214EC276442E2C9 Primary key Asc ID

Relationships