Member Junction
    Preparing search index...

    One live permission entry from the database catalog within the managed scope, captured at generation time for the reconciliation preamble (see the Field-Level Security DB-tier work).

    interface CatalogPermissionEntry {
        ColumnName: string | null;
        PermissionName: string;
        RoleName: string;
        StateDesc: string;
    }
    Index

    Properties

    ColumnName: string | null

    Non-null for column-level entries (minor_id > 0); null for object-level.

    PermissionName: string

    e.g. 'SELECT' | 'EXECUTE'

    RoleName: string

    The grantee database role name (always one of the managed role SQLNames).

    StateDesc: string

    'GRANT' | 'DENY' | 'GRANT_WITH_GRANT_OPTION'