Skip to content

TableGrant

laktory.models.grants.TableGrant ยค

Bases: BaseModel

Privileges granted to a principal and operating on a table

References
PARAMETER DESCRIPTION
principal

User, group or service principal name

TYPE: str | VariableType

privileges

List of allowed privileges

TYPE: list[Literal['ALL_PRIVILEGES', 'APPLY_TAG', 'MANAGE', 'MODIFY', 'SELECT'] | VariableType] | VariableType