Azure OSS for PHP API Reference

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

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
On this page

Search results