salo.events.github.audit.integration

Module Contents

Classes

IntegrationModel

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.

GenerateClientSecret

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

RemoveClientSecret

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

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

Bases: IntegrationModel

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

Bases: IntegrationModel

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

Bases: IntegrationModel

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

Bases: IntegrationModel

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