pki.models.cert_profile

Module for certificate profile related models.

Classes

CertificateProfileModel

Model representing a certificate profile.

Module Contents

class pki.models.cert_profile.CertificateProfileModel(*args, **kwargs)[source]

Bases: django.db.models.Model

Model representing a certificate profile.

unique_name[source]
display_name[source]
profile_json[source]
created_at[source]
updated_at[source]
is_default[source]
class Meta[source]

Bases: django_stubs_ext.db.models.TypedModelMeta

Meta information.

__str__()[source]

String representation of the CertificateProfileModel.

Return type:

str