salo.events.github.audit.repo

Module Contents

Classes

RepoModel

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

Access

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

ActionsEnabled

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

AdvancedSecurityEnabled

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

ChangeMergeSetting

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.

Destroy

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.

class salo.events.github.audit.repo.RepoModel(__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_org :Optional[str]
github_created_at :Optional[datetime.datetime]
github_actor_location :salo.events.github.audit.base.ActorLocationModel
github_repo :Optional[str]
class salo.events.github.audit.repo.Access(__pydantic_self__, **data: Any)[source]

Bases: RepoModel

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_visibility :Optional[Literal[internal, private, public]]
class salo.events.github.audit.repo.ActionsEnabled(__pydantic_self__, **data: Any)[source]

Bases: RepoModel

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

Bases: RepoModel

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_visibility :Optional[Literal[internal, private, public]]
class salo.events.github.audit.repo.ChangeMergeSetting(__pydantic_self__, **data: Any)[source]

Bases: RepoModel

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_visibility :Optional[Literal[internal, private, public]]
class salo.events.github.audit.repo.Create(__pydantic_self__, **data: Any)[source]

Bases: RepoModel

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_visibility :Optional[Literal[internal, private, public]]
class salo.events.github.audit.repo.Destroy(__pydantic_self__, **data: Any)[source]

Bases: RepoModel

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_visibility :Optional[Literal[internal, private, public]]
class salo.events.github.audit.repo.RemoveMember(__pydantic_self__, **data: Any)[source]

Bases: RepoModel

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_visibility :Optional[Literal[internal, private, public]]