Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.39 KB

CertificateKeyPair.md

File metadata and controls

21 lines (16 loc) · 1.39 KB

CertificateKeyPair

Properties

Name Type Description Notes
pk uuid::Uuid [readonly]
name String
fingerprint_sha256 Option<String> Get certificate Hash (SHA256) [readonly]
fingerprint_sha1 Option<String> Get certificate Hash (SHA1) [readonly]
cert_expiry Option<String> Get certificate expiry [readonly]
cert_subject Option<String> Get certificate subject as full rfc4514 [readonly]
private_key_available bool Show if this keypair has a private key configured or not [readonly]
private_key_type Option<String> Get the private key's type, if set [readonly]
certificate_download_url String Get URL to download certificate [readonly]
private_key_download_url String Get URL to download private key [readonly]
managed Option<String> Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update. [readonly]

[Back to Model list] [Back to API list] [Back to README]