Skip to content

AccessColumnGrant

Provides the most granular level of database security control by defining access permissions for individual database columns, enabling extremely precise data governance policies that can restrict access to specific data elements based on sensitivity, regulatory requirements, privacy concerns, or business confidentiality needs.

Extends

Attributes

NameIdTypeLowerUpper
columnAccessfalseColumnAccess🔗11
Specifies the access level for the column using ColumnAccess enumeration values, providing the finest-grained control over data access at the individual column level.

References

NameTypeLowerUpperContainment
columnColumn🔗11false
References the specific column to which this access grant applies, establishing the security boundary at the individual column level.

Used by

  • AccessTableGrant🔗 → columnGrants

ClassDiagramm

Released under the Eclipse Public License 2.0