ContainerSASPermissionsLike interface
看起來像容器 SAS 許可權的類型。 用於 ContainerSASPermissions,以剖析原始物件的 SAS 許可權。
屬性
add | 指定已授與的新增存取權。 |
create | 指定授與建立存取權。 |
delete | 指定授與刪除存取權。 |
delete |
指定授與刪除版本存取權。 |
execute | 指定授與的執行存取權。 |
filter |
指定允許依標籤篩選 Blob。 |
list | 指定授與的清單存取權。 |
move | 指定授與移動存取權。 |
permanent |
指定允許永久刪除。 |
read | 指定授與的讀取許可權。 |
set |
指定授與 SetImmutabilityPolicy 存取權。 |
tag | 指定已授與標籤存取權。 |
write | 指定授與的寫入存取權。 |
屬性詳細資料
add
指定已授與的新增存取權。
add?: boolean
屬性值
boolean
create
指定授與建立存取權。
create?: boolean
屬性值
boolean
delete
指定授與刪除存取權。
delete?: boolean
屬性值
boolean
deleteVersion
指定授與刪除版本存取權。
deleteVersion?: boolean
屬性值
boolean
execute
指定授與的執行存取權。
execute?: boolean
屬性值
boolean
filterByTags
指定允許依標籤篩選 Blob。
filterByTags?: boolean
屬性值
boolean
list
指定授與的清單存取權。
list?: boolean
屬性值
boolean
move
指定授與移動存取權。
move?: boolean
屬性值
boolean
permanentDelete
指定允許永久刪除。
permanentDelete?: boolean
屬性值
boolean
read
指定授與的讀取許可權。
read?: boolean
屬性值
boolean
setImmutabilityPolicy
指定授與 SetImmutabilityPolicy 存取權。
setImmutabilityPolicy?: boolean
屬性值
boolean
tag
指定已授與標籤存取權。
tag?: boolean
屬性值
boolean
write
指定授與的寫入存取權。
write?: boolean
屬性值
boolean