Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 2.93 KB

CreateSSHCertIssuer.md

File metadata and controls

32 lines (28 loc) · 2.93 KB

akeyless.Model.CreateSSHCertIssuer

Properties

Name Type Description Notes
ProviderType string [optional]
AllowedUsers string Users allowed to fetch the certificate, e.g root,ubuntu
DeleteProtection string Protection from accidental deletion of this object [true/false] [optional]
Description string Description of the object [optional]
Extensions Dictionary<string, string> Signed certificates with extensions, e.g permit-port-forwarding=\&quot;\&quot; [optional]
HostProvider string Host provider type [explicit/target], Default Host provider is explicit, Relevant only for Secure Remote Access of ssh cert issuer, ldap rotated secret and ldap dynamic secret [optional]
Json bool Set output format to JSON [optional] [default to false]
Metadata string Deprecated - use description [optional]
Name string SSH certificate issuer name
Principals string Signed certificates with principal, e.g example_role1,example_role2 [optional]
SecureAccessBastionApi string Bastion's SSH control API endpoint. E.g. https://my.bastion:9900 [optional]
SecureAccessBastionSsh string Bastion's SSH server. E.g. my.bastion:22 [optional]
SecureAccessEnable string Enable/Disable secure remote access [true/false] [optional]
SecureAccessEnforceHostsRestriction bool Enable this flag to enforce connections only to the hosts listed in - -secure-access-host [optional]
SecureAccessHost List<string> Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers) [optional]
SecureAccessSshCredsUser string SSH username to connect to target server, must be in 'Allowed Users' list [optional]
SecureAccessUseInternalBastion bool Use internal SSH Bastion [optional]
SignerKeyName string A key to sign the certificate with
Tag List<string> List of the tags attached to this key [optional]
Target List<string> A list of linked targets to be associated, Relevant only for Secure Remote Access for ssh cert issuer, ldap rotated secret and ldap dynamic secret, To specify multiple targets use argument multiple times [optional]
Token string Authentication token (see `/auth` and `/configure`) [optional]
Ttl long The requested Time To Live for the certificate, in seconds
UidToken string The universal identity token, Required only for universal_identity authentication [optional]

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