Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AccountSASResourceTypes

Package version

ONLY AVAILABLE IN NODE.JS RUNTIME.

This is a helper class to construct a string representing the resources accessible by an AccountSAS. Setting a value to true means that any SAS which uses these permissions will grant access to that resource type. Once all the values are set, this should be serialized with toString and set as the resources field on an AccountSASSignatureValues object. It is possible to construct the resources string without this class, but the order of the resources is particular and this class guarantees correctness.

Hierarchy

  • AccountSASResourceTypes

Index

Properties

Methods

Properties

container

container: boolean = false

Permission to access container level APIs (Blob Containers, Tables, Queues, File Shares) granted.

object

object: boolean = false

Permission to access object level APIs (Blobs, Table Entities, Queue Messages, Files) granted.

service

service: boolean = false

Permission to access service level APIs granted.

Methods

toString

  • toString(): string

Static parse

Generated using TypeDoc