ONLY AVAILABLE IN NODE.JS RUNTIME.
This is a helper class to construct a string representing the permissions granted by an AccountSAS. Setting a value to true means that any SAS which uses these permissions will grant permissions for that operation. Once all the values are set, this should be serialized with toString and set as the permissions field on an AccountSASSignatureValues object. It is possible to construct the permissions string without this class, but the order of the permissions is particular and this class guarantees correctness.
Properties addPermission to add messages, table entities, and append to blobs granted.
createPermission to create blobs and files granted.
deletePermission to delete blobs and files granted.
deleteVersionPermission to delete versions granted.
filterPermission to filter blobs.
listPermission to list blob containers, blobs, shares, directories, and files granted.
permanentDeleteSpecifies that Permanent Delete is permitted.
processPermission to get and delete messages granted.
readPermission to read resources and list queues and tables granted.
setImmutabilityPolicyPermission to set immutability policy.
tagSpecfies Tag access granted.
updatePermissions to update messages and table entities granted.
writePermission to write resources granted.
Property Details addPermission to add messages, table entities, and append to blobs granted.
add: boolean
Property Value
boolean
createPermission to create blobs and files granted.
create: boolean
Property Value
boolean
deletePermission to delete blobs and files granted.
delete: boolean
Property Value
boolean
deleteVersionPermission to delete versions granted.
deleteVersion: boolean
Property Value
boolean
filterPermission to filter blobs.
filter: boolean
Property Value
boolean
listPermission to list blob containers, blobs, shares, directories, and files granted.
list: boolean
Property Value
boolean
permanentDeleteSpecifies that Permanent Delete is permitted.
permanentDelete: boolean
Property Value
boolean
processPermission to get and delete messages granted.
process: boolean
Property Value
boolean
readPermission to read resources and list queues and tables granted.
read: boolean
Property Value
boolean
setImmutabilityPolicyPermission to set immutability policy.
setImmutabilityPolicy: boolean
Property Value
boolean
tagSpecfies Tag access granted.
tag: boolean
Property Value
boolean
updatePermissions to update messages and table entities granted.
update: boolean
Property Value
boolean
writePermission to write resources granted.
write: boolean
Property Value
boolean
Method Details from(AccountSASPermissionsLike)Creates a AccountSASPermissions from a raw object which contains same keys as it and boolean values for them.
static function from(permissionLike: AccountSASPermissionsLike): AccountSASPermissions
Parameters Returns parse(string)
Parse initializes the AccountSASPermissions fields from a string.
static function parse(permissions: string): AccountSASPermissions
Parameters Returns
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4