Table of Contents

Class UpdateSuperuserSettings

Namespace
KASserver
Assembly
KASserver.Client.dll

Parameters for editing the superuser-controlled settings of a subaccount (update_superusersettings) — currently the SSH access and SSH keys. May only be executed by the main account. The subaccount is identified by its account_login, passed separately to UpdateSuperuserSettingsAsync(string, UpdateSuperuserSettings, CancellationToken). At least one field must be set.

public sealed class UpdateSuperuserSettings
Inheritance
UpdateSuperuserSettings
Inherited Members

Properties

SshAccess

Enable SSH access for the subaccount (ssh_access): Y/N. Optional.

public bool? SshAccess { get; set; }

Property Value

bool?

SshKeys

The SSH public keys for public-key authentication (ssh_keys). Optional.

public string? SshKeys { get; set; }

Property Value

string