models_v2.key_type_enum module

class models_v2.key_type_enum.KeyTypeEnum[source]

Bases: object

Implementation of the ‘KeyType’ enum.

Specifies the algorithm to be used to generate the key pair. RSA is the default value.

Attributes:

RSA: TODO: type description here. ECDSA: TODO: type description here.

ECDSA = 'ecdsa'
RSA = 'rsa'