Skip to content

ConnectionGrant

laktory.models.grants.ConnectionGrant ยค

Bases: BaseModel

Privileges granted to a principal and operating on a connection

References
PARAMETER DESCRIPTION
principal

User, group or service principal name

TYPE: str | VariableType

privileges

List of allowed privileges

TYPE: list[Literal['ALL_PRIVILEGES', 'CREATE_FOREIGN_CATALOG', 'USE_CONNECTION'] | VariableType] | VariableType