Audit SSH Settings
Get Zero Trust SSH settings
client.zeroTrust.gateway.auditSSHSettings.get(AuditSSHSettingGetParams { account_id } params, RequestOptionsoptions?): GatewaySettings { created_at, public_key, seed_id, updated_at }
GET/accounts/{account_id}/gateway/audit_ssh_settings
Update Zero Trust SSH settings
client.zeroTrust.gateway.auditSSHSettings.update(AuditSSHSettingUpdateParams { account_id, public_key } params, RequestOptionsoptions?): GatewaySettings { created_at, public_key, seed_id, updated_at }
PUT/accounts/{account_id}/gateway/audit_ssh_settings
Rotate Zero Trust SSH account seed
client.zeroTrust.gateway.auditSSHSettings.rotateSeed(AuditSSHSettingRotateSeedParams { account_id } params, RequestOptionsoptions?): GatewaySettings { created_at, public_key, seed_id, updated_at }
POST/accounts/{account_id}/gateway/audit_ssh_settings/rotate_seed