Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AccountSASPermissionsLike

Package version

A type that looks like an account SAS permission. Used in AccountSASPermissions to parse SAS permissions from raw objects.

Hierarchy

  • AccountSASPermissionsLike

Index

Properties

Optional add

add: undefined | false | true

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

Optional create

create: undefined | false | true

Permission to create blobs and files granted.

Optional delete

delete: undefined | false | true

Permission to create blobs and files granted.

Optional deleteVersion

deleteVersion: undefined | false | true

Permission to delete versions granted.

Optional filter

filter: undefined | false | true

Permission to filter blobs.

Optional list

list: undefined | false | true

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

Optional process

process: undefined | false | true

Permission to get and delete messages granted.

Optional read

read: undefined | false | true

Permission to read resources and list queues and tables granted.

Optional setImmutabilityPolicy

setImmutabilityPolicy: undefined | false | true

Permission to set immutability policy.

Optional tag

tag: undefined | false | true

Specfies Tag access granted.

Optional update

update: undefined | false | true

Permissions to update messages and table entities granted.

Optional write

write: undefined | false | true

Permission to write resources granted.

Generated using TypeDoc