Skip to content

Files

Latest commit

e1f85e5 · Apr 10, 2025

History

History
39 lines (35 loc) · 3.44 KB

UpdateSSHCertIssuer.md

File metadata and controls

39 lines (35 loc) · 3.44 KB

UpdateSSHCertIssuer

Properties

Name Type Description Notes
provider_type str [optional]
add_tag list[str] List of the new tags that will be attached to this item [optional]
allowed_users str Users allowed to fetch the certificate, e.g root,ubuntu [default to '-']
delete_protection str Protection from accidental deletion of this object [true/false] [optional]
description str Description of the object [optional]
extensions dict(str, str) Signed certificates with extensions, e.g permit-port-forwarding=\"\" [optional]
external_username str Externally provided username [true/false] [optional] [default to 'false']
fixed_user_claim_keyname str For externally provided users, denotes the key-name of IdP claim to extract the username from (relevant only for external-username=true) [optional]
host_provider str 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 str Deprecated - use description [optional]
name str SSH certificate issuer name
new_name str New item name [optional]
principals str Signed certificates with principal, e.g example_role1,example_role2 [optional]
rm_tag list[str] List of the existent tags that will be removed from this item [optional]
secure_access_api str Secure Access SSH control API endpoint. E.g. https://my.sra-server:9900 [optional]
secure_access_bastion_api str Deprecated. use secure-access-api [optional]
secure_access_bastion_ssh str Deprecated. use secure-access-ssh [optional]
secure_access_enable str Enable/Disable secure remote access [true/false] [optional]
secure_access_enforce_hosts_restriction bool Enable this flag to enforce connections only to the hosts listed in --secure-access-host [optional]
secure_access_gateway str [optional]
secure_access_host list[str] Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers) [optional]
secure_access_ssh str Bastion's SSH server. E.g. my.sra-server:22 [optional]
secure_access_ssh_creds_user str SSH username to connect to target server, must be in 'Allowed Users' list [optional]
secure_access_use_internal_bastion bool Deprecated. Use secure-access-use-internal-ssh-access [optional]
secure_access_use_internal_ssh_access bool Use internal SSH Access [optional]
signer_key_name str A key to sign the certificate with
token str Authentication token (see `/auth` and `/configure`) [optional]
ttl int The requested Time To Live for the certificate, in seconds
uid_token str The universal identity token, Required only for universal_identity authentication [optional]

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