AccountSasPermissions interface
看起來像帳戶 SAS 許可權的類型。 用於 AccountSasPermissions 剖析原始物件的 SAS 許可權。
屬性
add | 授與建立實體的許可權 |
delete | 授與刪除資料表和實體的許可權 |
list | 授與清單資料表的許可權 |
query | 授與清單實體的許可權。 |
update | 更新已授與之訊息和資料表實體的許可權。 |
write | 授與建立資料表的許可權 |
屬性詳細資料
add
授與建立實體的許可權
add?: boolean
屬性值
boolean
delete
授與刪除資料表和實體的許可權
delete?: boolean
屬性值
boolean
list
授與清單資料表的許可權
list?: boolean
屬性值
boolean
query
授與清單實體的許可權。
query?: boolean
屬性值
boolean
update
更新已授與之訊息和資料表實體的許可權。
update?: boolean
屬性值
boolean
write
授與建立資料表的許可權
write?: boolean
屬性值
boolean