salo.events.github.audit.business

Module Contents

Classes

BusinessModel

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

AddAdmin

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

AddOrganization

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.

ImportLicenseUsage

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

InviteAdmin

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

class salo.events.github.audit.business.BusinessModel(__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_name :Optional[str]
github_created_at :Optional[datetime.datetime]
class salo.events.github.audit.business.AddAdmin(__pydantic_self__, **data: Any)[source]

Bases: BusinessModel

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.business.AddOrganization(__pydantic_self__, **data: Any)[source]

Bases: BusinessModel

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_org :Optional[str]
github_actor_location :salo.events.github.audit.base.ActorLocationModel
class salo.events.github.audit.business.Create(__pydantic_self__, **data: Any)[source]

Bases: BusinessModel

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
class salo.events.github.audit.business.ImportLicenseUsage(__pydantic_self__, **data: Any)[source]

Bases: BusinessModel

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.business.InviteAdmin(__pydantic_self__, **data: Any)[source]

Bases: BusinessModel

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