AccountSasPermissions interface
A type that looks like an account SAS permission. Used in AccountSasPermissions to parse SAS permissions from raw objects.
Properties
| add | Grants permission to create entities |
| delete | Grants permission to delete tables and entities |
| list | Grants permission to list tables |
| query | Grants permission to list entities. |
| update | Permissions to update messages and table entities granted. |
| write | Grants permission to create tables |
Property Details
add
Grants permission to create entities
add?: boolean
Property Value
boolean
delete
Grants permission to delete tables and entities
delete?: boolean
Property Value
boolean
list
Grants permission to list tables
list?: boolean
Property Value
boolean
query
Grants permission to list entities.
query?: boolean
Property Value
boolean
update
Permissions to update messages and table entities granted.
update?: boolean
Property Value
boolean
write
Grants permission to create tables
write?: boolean
Property Value
boolean