TableSasPermissions Class

Inheritance
builtins.object
TableSasPermissions

Constructor

TableSasPermissions(**kwargs: Any)

Methods

from_string

Create AccountSasPermissions from a string.

To specify read, write, delete, etc. permissions you need only to include the first letter of the word in the string. E.g. for read and write permissions you would provide a string "rw".

from_string

Create AccountSasPermissions from a string.

To specify read, write, delete, etc. permissions you need only to include the first letter of the word in the string. E.g. for read and write permissions you would provide a string "rw".

from_string(permission, **kwargs)

Parameters

permission
str
Required

Specify permissions in the string with the first letter of the word.

cls
callable

A custom type or function that will be passed the direct response

Returns

An AccountSasPermissions object

Return type