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