management.securityΒΆ
Security management package.
SubmodulesΒΆ
AttributesΒΆ
ClassesΒΆ
Security Configuration model. |
|
Manages the auto-generated local CAs (PKI). |
Package ContentsΒΆ
- class management.security.SecurityConfig(*args, **kwargs)[source]ΒΆ
Bases:
django.db.models.ModelSecurity Configuration model.
- class SecurityModeChoices(*args, **kwds)ΒΆ
Bases:
django.db.models.TextChoicesTypes of security modes.
- DEVΒΆ
- LOWΒΆ
- MEDIUMΒΆ
- HIGHΒΆ
- HIGHESTΒΆ
- security_modeΒΆ
- auto_gen_pkiΒΆ
- auto_gen_pki_key_algorithmΒΆ
- NOTIFICATION_CONFIGURATIONS: ClassVar[dict[str, dict[str, Any]]]ΒΆ
- notification_configΒΆ
- class management.security.AutoGenPkiFeature[source]ΒΆ
Bases:
SecurityFeature,trustpoint.logger.LoggerMixinManages the auto-generated local CAs (PKI).
- verbose_name = 'Local Auto-Generated PKI'ΒΆ
- db_field_name = 'auto_gen_pki'ΒΆ
- classmethod is_enabled()[source]ΒΆ
Returns True if the auto-generated PKI is enabled.
- Return type:
bool