SystemConfigurationAuthenticationGoogle

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

Bases: object

SystemConfigurationAuthenticationGoogle model

Parameters:
client_id
Type:

str

client_secret
Type:

str

enabled

Default: False.

Type:

Union[Unset, bool]

type
Type:

Union[Unset, SystemConfigurationAuthenticationGoogleType]

Attributes

client_id

client_secret

enabled

type

additional_properties

additional_keys

classmethod from_dict(src_dict)[source]

Create an instance of SystemConfigurationAuthenticationGoogle from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]