models_v2.csr_key_type_1_enum module

class models_v2.csr_key_type_1_enum.CsrKeyType1Enum[source]

Bases: object

Implementation of the ‘CsrKeyType1’ enum.

Specifies the csr key type.

Attributes:

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

ECDSA = 'ecdsa'
RSA = 'rsa'