Wasm Directoryalpha
Record

update-profile-params

No description available.

record update-profile-params {
  authentication-type: option​<profile-authentication-type-enum>,
  authorized-keys: option​<list​<string>>,
  email: option​<string>,
  email-notifications: option​<bool>,
  ip-whitelist-enabled: option​<bool>,
  lish-auth-method: option​<profile-lish-auth-method-enum>,
  referrals: option​<profile-referrals>,
  restricted: option​<bool>,
  timezone: option​<string>,
  two-factor-auth: option​<bool>,
  uid: option​<s32>,
  username: option​<string>,
  verified-phone-number: option​<string>,
}

Fields

NameTypeDescription
authentication-typeoption​<profile-authentication-type-enum>
authorized-keysoption​<list​<string>>
emailoption​<string>
email-notificationsoption​<bool>
ip-whitelist-enabledoption​<bool>
lish-auth-methodoption​<profile-lish-auth-method-enum>
referralsoption​<profile-referrals>
restrictedoption​<bool>
timezoneoption​<string>
two-factor-authoption​<bool>
uidoption​<s32>
usernameoption​<string>
verified-phone-numberoption​<string>