Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.23 KB

GetSSHCertificate.md

File metadata and controls

17 lines (13 loc) · 1.23 KB

akeyless.Model.GetSSHCertificate

Properties

Name Type Description Notes
CertIssuerName string The name of the SSH certificate issuer
CertUsername string The username to sign in the SSH certificate [default to "-"]
Json bool Set output format to JSON [optional] [default to false]
LegacySigningAlgName bool Set this option to output legacy ('[email protected]') signing algorithm name in the certificate. [optional] [default to false]
PublicKeyData string SSH public key file contents. If this option is used, the certificate will be printed to stdout [optional]
Token string Authentication token (see `/auth` and `/configure`) [optional]
Ttl long Updated certificate lifetime in seconds (must be less than the Certificate Issuer default TTL) [optional]
UidToken string The universal identity token, Required only for universal_identity authentication [optional]

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