Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ContainerSASPermissions

Package version

This is a helper class to construct a string representing the permissions granted by a ServiceSAS to a container. 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 a BlobSASSignatureValues 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.

export

Hierarchy

  • ContainerSASPermissions

Index

Properties

add

add: boolean = false

Specifies Add access granted.

memberof

ContainerSASPermissions

create

create: boolean = false

Specifies Create access granted.

memberof

ContainerSASPermissions

delete

delete: boolean = false

Specifies Delete access granted.

memberof

ContainerSASPermissions

deleteVersion

deleteVersion: boolean = false

Specifies Delete version access granted.

memberof

ContainerSASPermissions

execute

execute: boolean = false

Specifies Execute access granted.

memberof

ContainerSASPermissions

list

list: boolean = false

Specifies List access granted.

memberof

ContainerSASPermissions

move

move: boolean = false

Specifies Move access granted.

memberof

ContainerSASPermissions

read

read: boolean = false

Specifies Read access granted.

memberof

ContainerSASPermissions

tag

tag: boolean = false

Specfies Tag access granted.

memberof

ContainerSASPermissions

write

write: boolean = false

Specifies Write access granted.

memberof

ContainerSASPermissions

Methods

toString

  • toString(): string

Static from

Static parse

Generated using TypeDoc