Skip to content
Start here

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
ModelsExpand Collapse
GatewaySettings { created_at, public_key, seed_id, updated_at }
created_at?: string
formatdate-time
public_key?: string
seed_id?: string

Identify the seed ID.

maxLength36
updated_at?: string
formatdate-time