class documentation

class FolderPolicy(bb.Struct): (source)

View In Hierarchy

A set of policies governing membership and privileges for a shared folder. :ivar sharing.FolderPolicy.member_policy: Who can be a member of this shared folder, as set on the folder itself. The effective policy may differ from this value if the team-wide policy is more restrictive. Present only if the folder is owned by a team. :ivar sharing.FolderPolicy.resolved_member_policy: Who can be a member of this shared folder, taking into account both the folder and the team-wide policy. This value may differ from that of member_policy if the team-wide policy is more restrictive than the folder policy. Present only if the folder is owned by a team. :ivar sharing.FolderPolicy.acl_update_policy: Who can add and remove members from this shared folder. :ivar sharing.FolderPolicy.shared_link_policy: Who links can be shared with. :ivar sharing.FolderPolicy.viewer_info_policy: Who can enable/disable viewer info for this shared folder.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable acl_update_policy Undocumented
Instance Variable member_policy Undocumented
Instance Variable resolved_member_policy Undocumented
Instance Variable shared_link_policy Undocumented
Instance Variable viewer_info_policy Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _acl_update_policy_value Undocumented
Instance Variable _member_policy_value Undocumented
Instance Variable _resolved_member_policy_value Undocumented
Instance Variable _shared_link_policy_value Undocumented
Instance Variable _viewer_info_policy_value Undocumented
def __init__(self, acl_update_policy=None, shared_link_policy=None, member_policy=None, resolved_member_policy=None, viewer_info_policy=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

acl_update_policy = (source)

Undocumented

member_policy = (source)

Undocumented

resolved_member_policy = (source)

Undocumented

shared_link_policy = (source)

Undocumented

viewer_info_policy = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)

Undocumented

_has_required_fields: bool = (source)

Undocumented

_acl_update_policy_value = (source)

Undocumented

_member_policy_value = (source)

Undocumented

_resolved_member_policy_value = (source)

Undocumented

_shared_link_policy_value = (source)

Undocumented

_viewer_info_policy_value = (source)

Undocumented