AccountSASPermissionsLike interface
看起來像帳戶 SAS 許可權的類型。 在 AccountSASPermissions 中用來剖析原始物件的 SAS 許可權。
屬性
add | 新增訊息、資料表實體,以及附加至授與之 Blob 的許可權。 |
create | 建立授與 Blob 和檔案的許可權。 |
delete | 刪除已授與 Blob 和檔案的許可權。 |
delete |
刪除授與版本的許可權。 |
filter | 篩選 Blob 的許可權。 |
list | 列出已授與 Blob 容器、Blob、共用、目錄和檔案的許可權。 |
permanent |
指定允許永久刪除。 |
process | 已授與取得及刪除訊息的權限。 |
read | 讀取資源的許可權,並列出授與的佇列和資料表。 |
set |
設定不變性原則的許可權。 |
tag | 指定授與的標記存取權。 |
update | 更新已授與之訊息和資料表實體的許可權。 |
write | 寫入授與資源的許可權。 |
屬性詳細資料
add
新增訊息、資料表實體,以及附加至授與之 Blob 的許可權。
add?: boolean
屬性值
boolean
create
建立授與 Blob 和檔案的許可權。
create?: boolean
屬性值
boolean
delete
刪除已授與 Blob 和檔案的許可權。
delete?: boolean
屬性值
boolean
deleteVersion
刪除授與版本的許可權。
deleteVersion?: boolean
屬性值
boolean
filter
篩選 Blob 的許可權。
filter?: boolean
屬性值
boolean
list
列出已授與 Blob 容器、Blob、共用、目錄和檔案的許可權。
list?: boolean
屬性值
boolean
permanentDelete
指定允許永久刪除。
permanentDelete?: boolean
屬性值
boolean
process
已授與取得及刪除訊息的權限。
process?: boolean
屬性值
boolean
read
讀取資源的許可權,並列出授與的佇列和資料表。
read?: boolean
屬性值
boolean
setImmutabilityPolicy
設定不變性原則的許可權。
setImmutabilityPolicy?: boolean
屬性值
boolean
tag
指定授與的標記存取權。
tag?: boolean
屬性值
boolean
update
更新已授與之訊息和資料表實體的許可權。
update?: boolean
屬性值
boolean
write
寫入授與資源的許可權。
write?: boolean
屬性值
boolean