Skip to content

ExternalLocationGrant

laktory.models.grants.ExternalLocationGrant ยค

Bases: BaseModel

Privileges granted to a principal and operating on an external location

References
PARAMETER DESCRIPTION
principal

User, group or service principal name

TYPE: str | VariableType

privileges

List of allowed privileges

TYPE: list[Literal['ALL_PRIVILEGES', 'CREATE_EXTERNAL_TABLE', 'CREATE_EXTERNAL_VOLUME', 'READ_FILES', 'WRITE_FILES', 'CREATE_MANAGED_STORAGE'] | VariableType] | VariableType