SystemConfigurationAuthenticationGithub

class pydelfini.delfini_core.models.system_configuration_authentication_github.SystemConfigurationAuthenticationGithub(client_id, client_secret, enabled=False, type=Unset)[source]

Bases: object

SystemConfigurationAuthenticationGithub model

Parameters:
client_id
Type:

str

client_secret
Type:

str

enabled

Default: False.

Type:

Union[Unset, bool]

type
Type:

Union[Unset, SystemConfigurationAuthenticationGithubType]

Attributes

client_id

client_secret

enabled

type

additional_properties

additional_keys

classmethod from_dict(src_dict)[source]

Create an instance of SystemConfigurationAuthenticationGithub from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]