AccountSasPermissions
in package
FinalYes
Selects the operations granted by an account SAS.
Table of Contents
Properties
- $add : bool
- $create : bool
- $delete : bool
- $filter : bool
- $list : bool
- $permanentDelete : bool
- $process : bool
- $read : bool
- $setImmutabilityPolicy : bool
- $tags : bool
- $update : bool
- $write : bool
Methods
- __construct() : mixed
- __toString() : string
Properties
$add read-only
public
bool
$add
= false
$create read-only
public
bool
$create
= false
$delete read-only
public
bool
$delete
= false
$filter read-only
public
bool
$filter
= false
$list read-only
public
bool
$list
= false
$permanentDelete read-only
public
bool
$permanentDelete
= false
$process read-only
public
bool
$process
= false
$read read-only
public
bool
$read
= false
$setImmutabilityPolicy read-only
public
bool
$setImmutabilityPolicy
= false
$tags read-only
public
bool
$tags
= false
$update read-only
public
bool
$update
= false
$write read-only
public
bool
$write
= false
Methods
__construct()
public
__construct([bool $read = false ][, bool $write = false ][, bool $delete = false ][, bool $permanentDelete = false ][, bool $list = false ][, bool $add = false ][, bool $create = false ][, bool $update = false ][, bool $process = false ][, bool $tags = false ][, bool $filter = false ][, bool $setImmutabilityPolicy = false ]) : mixed
Parameters
- $read : bool = false
- $write : bool = false
- $delete : bool = false
- $permanentDelete : bool = false
- $list : bool = false
- $add : bool = false
- $create : bool = false
- $update : bool = false
- $process : bool = false
- $tags : bool = false
- $filter : bool = false
- $setImmutabilityPolicy : bool = false
__toString()
public
__toString() : string