Skip to content

ShareGrant

laktory.models.grants.ShareGrant ยค

Bases: BaseModel

Privileges granted to a principal and operating on a share

References
PARAMETER DESCRIPTION
principal

User, group or service principal name

TYPE: str | VariableType

privileges

List of allowed privileges

TYPE: list[Literal['SELECT'] | VariableType] | VariableType