| ACLConfig | R Documentation |
ACL configuration for a document or collection
read_principalsWho can read
deny_principalsWho cannot read (takes precedence)
is_publicIs public access allowed
new()Create a new ACLConfig
ACLConfig$new( read_principals = list(), deny_principals = list(), is_public = FALSE )
read_principalsList of ACLPrincipal objects
deny_principalsList of ACLPrincipal objects
is_publicLogical
clone()The objects of this class are cloneable with this method.
ACLConfig$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.