class documentation

class MemberPermission(bb.Struct): (source)

View In Hierarchy

Whether the user is allowed to take the action on the associated member. :ivar sharing.MemberPermission.action: The action that the user may wish to take on the member. :ivar sharing.MemberPermission.allow: True if the user is allowed to take the action. :ivar sharing.MemberPermission.reason: The reason why the user is denied the permission. Not present if the action is allowed.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable action Undocumented
Instance Variable allow Undocumented
Instance Variable reason Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _action_value Undocumented
Instance Variable _allow_value Undocumented
Instance Variable _reason_value Undocumented
def __init__(self, action=None, allow=None, reason=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_action_value = (source)

Undocumented

_allow_value = (source)

Undocumented

_reason_value = (source)

Undocumented