BitmovinApiSdk\Models\CheckOutputPermissionsRequest
Synopsis
class CheckOutputPermissionsRequest
extends ApiResource
{
- // members
- public string $path;
- // methods
- public void __construct()
- public $this path()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $path — string
Methods
public
- __construct()
- path() — The path on the storage for which permissions should be checked. In AWS S3 terminology, this corresponds to a \"prefix\". To perform the check, an empty test file (WritePermissionTestFile.txt) will be created in this location. Defaults to an empty string, which corresponds to the root directory.