Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 2.86 KB

UpdateSSHCertIssuer.md

File metadata and controls

33 lines (29 loc) · 2.86 KB

akeyless.Model.UpdateSSHCertIssuer

Properties

Name Type Description Notes
ProviderType string [optional]
AddTag List<string> List of the new tags that will be attached to this item [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
NewName string New item name [optional]
Principals string Signed certificates with principal, e.g example_role1,example_role2 [optional]
RmTag List<string> List of the existent tags that will be removed from this item [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
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]