models.common_acl_proto_grantees module¶
-
class
models.common_acl_proto_grantees.
CommonACLProto_Grantees
(all_users=None, denied_referrer_vec=None, granted_referrer_vec=None, rlistings=None)[source]¶ Bases:
object
Implementation of the ‘CommonACLProto_Grantees’ model.
- Attributes:
- all_users (bool): This field indicates if all users are granted ACL
permission.
- denied_referrer_vec (list of string): This field holds a list of
referers who are denied ACL permission.
- granted_referrer_vec (list of string): This field holds a list of
referers who are granted ACL permission.
- rlistings (bool): This fields indicates if container GET and HEAD
operations are permitted provided that read access is granted (using referer ACL) on objects.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.