ContainerSASPermissionsLike interface

A type that looks like a Container SAS permission. Used in <xref:ContainerSASPermissions> to parse SAS permissions from raw objects.

Properties

add

Specifies Add access granted.

create

Specifies Create access granted.

delete

Specifies Delete access granted.

deleteVersion

Specifies Delete version access granted.

execute

Specifies Execute access granted.

list

Specifies List access granted.

move

Specifies Move access granted.

read

Specifies Read access granted.

setImmutabilityPolicy

Specifies SetImmutabilityPolicy access granted.

tag

Specfies Tag access granted.

write

Specifies Write access granted.

Property Details

add

Specifies Add access granted.

add?: boolean

Property Value

boolean

create

Specifies Create access granted.

create?: boolean

Property Value

boolean

delete

Specifies Delete access granted.

delete?: boolean

Property Value

boolean

deleteVersion

Specifies Delete version access granted.

deleteVersion?: boolean

Property Value

boolean

execute

Specifies Execute access granted.

execute?: boolean

Property Value

boolean

list

Specifies List access granted.

list?: boolean

Property Value

boolean

move

Specifies Move access granted.

move?: boolean

Property Value

boolean

read

Specifies Read access granted.

read?: boolean

Property Value

boolean

setImmutabilityPolicy

Specifies SetImmutabilityPolicy access granted.

setImmutabilityPolicy?: boolean

Property Value

boolean

tag

Specfies Tag access granted.

tag?: boolean

Property Value

boolean

write

Specifies Write access granted.

write?: boolean

Property Value

boolean