AccountSasServices interface

Services that the SAS token can access

Properties

blob

Permission to access blob resources granted.

file

Permission to access file resources granted.

queue

Permission to access queue resources granted.

table

Permission to access table resources granted.

Property Details

blob

Permission to access blob resources granted.

blob?: boolean

Property Value

boolean

file

Permission to access file resources granted.

file?: boolean

Property Value

boolean

queue

Permission to access queue resources granted.

queue?: boolean

Property Value

boolean

table

Permission to access table resources granted.

table?: boolean

Property Value

boolean