salo.events.github.audit.org

Module Contents

Classes

OrgModel

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

AddMember

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

CancelInvitation

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

Create

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

InviteMember

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

RemoveMember

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

RemoveOutsideCollaborator

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

RestoreMember

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

UpdateTermsOfService

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

class salo.events.github.audit.org.OrgModel(__pydantic_self__, **data: Any)[source]

Bases: salo.events.github.audit.base.GitHubAuditModel

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

__pretty__ is used by [devtools](https://python-devtools.helpmanual.io/) to provide human readable representations of objects.

github_actor :Optional[str]
github_org :Optional[str]
github_created_at :Optional[datetime.datetime]
class salo.events.github.audit.org.AddMember(__pydantic_self__, **data: Any)[source]

Bases: OrgModel

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

__pretty__ is used by [devtools](https://python-devtools.helpmanual.io/) to provide human readable representations of objects.

github_action :str
github_user :Optional[str]
class salo.events.github.audit.org.CancelInvitation(__pydantic_self__, **data: Any)[source]

Bases: OrgModel

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

__pretty__ is used by [devtools](https://python-devtools.helpmanual.io/) to provide human readable representations of objects.

github_action :str
github_actor_location :salo.events.github.audit.base.ActorLocationModel
class salo.events.github.audit.org.Create(__pydantic_self__, **data: Any)[source]

Bases: OrgModel

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

__pretty__ is used by [devtools](https://python-devtools.helpmanual.io/) to provide human readable representations of objects.

github_action :str
github_actor_location :salo.events.github.audit.base.ActorLocationModel
class salo.events.github.audit.org.InviteMember(__pydantic_self__, **data: Any)[source]

Bases: OrgModel

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

__pretty__ is used by [devtools](https://python-devtools.helpmanual.io/) to provide human readable representations of objects.

github_action :str
github_user :Optional[str]
github_actor_location :salo.events.github.audit.base.ActorLocationModel
class salo.events.github.audit.org.RemoveMember(__pydantic_self__, **data: Any)[source]

Bases: OrgModel

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

__pretty__ is used by [devtools](https://python-devtools.helpmanual.io/) to provide human readable representations of objects.

github_action :str
github_user :Optional[str]
github_actor_location :salo.events.github.audit.base.ActorLocationModel
class salo.events.github.audit.org.RemoveOutsideCollaborator(__pydantic_self__, **data: Any)[source]

Bases: OrgModel

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

__pretty__ is used by [devtools](https://python-devtools.helpmanual.io/) to provide human readable representations of objects.

github_action :str
github_user :Optional[str]
github_actor_location :salo.events.github.audit.base.ActorLocationModel
class salo.events.github.audit.org.RestoreMember(__pydantic_self__, **data: Any)[source]

Bases: OrgModel

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

__pretty__ is used by [devtools](https://python-devtools.helpmanual.io/) to provide human readable representations of objects.

github_action :str
github_user :Optional[str]
class salo.events.github.audit.org.UpdateTermsOfService(__pydantic_self__, **data: Any)[source]

Bases: OrgModel

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

__pretty__ is used by [devtools](https://python-devtools.helpmanual.io/) to provide human readable representations of objects.

github_action :str
github_actor_location :salo.events.github.audit.base.ActorLocationModel