pki.models.cert_profile ======================= .. py:module:: pki.models.cert_profile .. autoapi-nested-parse:: Module for certificate profile related models. Module Contents --------------- .. py:class:: CertificateProfileModel(*args, **kwargs) Bases: :py:obj:`django.db.models.Model` Model representing a certificate profile. .. py:attribute:: unique_name .. py:attribute:: display_name .. py:attribute:: profile_json .. py:attribute:: created_at .. py:attribute:: updated_at .. py:attribute:: is_default .. py:class:: Meta Bases: :py:obj:`django_stubs_ext.db.models.TypedModelMeta` Meta information. .. py:property:: profile :type: dict[str, Any] Get the profile as a parsed dict.