Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AccountSASPermissions

Package version

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.

Hierarchy

  • AccountSASPermissions

Index

Properties

add

add: boolean = false

Permission to add messages, table entities, and append to blobs granted.

create

create: boolean = false

Permission to create blobs and files granted.

delete

delete: boolean = false

Permission to create blobs and files granted.

deleteVersion

deleteVersion: boolean = false

Permission to delete versions granted.

filter

filter: boolean = false

Permission to filter blobs.

list

list: boolean = false

Permission to list blob containers, blobs, shares, directories, and files granted.

permanentDelete

permanentDelete: boolean = false

Specifies that Permanent Delete is permitted.

process

process: boolean = false

Permission to get and delete messages granted.

read

read: boolean = false

Permission to read resources and list queues and tables granted.

setImmutabilityPolicy

setImmutabilityPolicy: boolean = false

Permission to set immutability policy.

tag

tag: boolean = false

Specfies Tag access granted.

update

update: boolean = false

Permissions to update messages and table entities granted.

write

write: boolean = false

Permission to write resources granted.

Methods

toString

  • toString(): string

Static from

Static parse

Generated using TypeDoc