SystemConfigurationAuthenticationCredentials

class pydelfini.delfini_core.models.system_configuration_authentication_credentials.SystemConfigurationAuthenticationCredentials(admin_only=False, enabled=True, type=Unset)[source]

Bases: object

SystemConfigurationAuthenticationCredentials model

Parameters:
admin_only

Default: False.

Type:

Union[Unset, bool]

enabled

Default: True.

Type:

Union[Unset, bool]

type
Type:

Union[Unset, SystemConfigurationAuthenticationCredentialsType]

Attributes

admin_only

enabled

type

additional_properties

additional_keys

classmethod from_dict(src_dict)[source]

Create an instance of SystemConfigurationAuthenticationCredentials from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]