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
| Name | Type | Description |
|---|---|---|
| authentication-type | option<profile-authentication-type-enum> | |
| authorized-keys | option<list<string>> | |
| 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> |