Keys
Get the Access key configuration
client.zeroTrust.access.keys.get(KeyGetParams { account_id } params, RequestOptionsoptions?): KeyGetResponse { days_until_next_rotation, key_rotation_interval_days, last_key_rotation_at }
GET/accounts/{account_id}/access/keys
Update the Access key configuration
client.zeroTrust.access.keys.update(KeyUpdateParams { account_id, key_rotation_interval_days } params, RequestOptionsoptions?): KeyUpdateResponse { days_until_next_rotation, key_rotation_interval_days, last_key_rotation_at }
PUT/accounts/{account_id}/access/keys
Rotate Access keys
client.zeroTrust.access.keys.rotate(KeyRotateParams { account_id } params, RequestOptionsoptions?): KeyRotateResponse { days_until_next_rotation, key_rotation_interval_days, last_key_rotation_at }
POST/accounts/{account_id}/access/keys/rotate