Package version:
Specifies Add access granted.
Specifies Process access granted.
Specifies Read access granted.
Specifies Update access granted.
Static
parseCreates a QueueSASPermissions from the specified permissions string. This method will throw an Error if it encounters a character that does not correspond to a valid permission.
ONLY AVAILABLE IN NODE.JS RUNTIME.
This is a helper class to construct a string representing the permissions granted by a ServiceSAS to a Queue. 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 QueueSASSignatureValues 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.