models_v2.auth_type_enum module

class models_v2.auth_type_enum.AuthTypeEnum[source]

Bases: object

Implementation of the ‘AuthType’ enum.

Authentication type.

Attributes:

KERBEROS: TODO: type description here. NONE: TODO: type description here.

KERBEROS = 'KERBEROS'
NONE = 'NONE'