ReadAcl.PUBLIC {algorithmia} | R Documentation |
The ACL that allows anyone to read an item. Sample usage: dataDirectory$create(ReadAcl.PUBLIC) dataDirectory$updatePermissions(ReadAcl.PUBLIC)
Description
The ACL that allows anyone to read an item. Sample usage: dataDirectory$create(ReadAcl.PUBLIC) dataDirectory$updatePermissions(ReadAcl.PUBLIC)
Usage
ReadAcl.PUBLIC
Format
An object of class AlgorithmiaAcl
of length 1.
[Package algorithmia version 0.3.0 Index]