prorm API Reference
← Documentation
GitLab
Preparing search index...
index
AlterUserOptions
Interface AlterUserOptions
interface
AlterUserOptions
{
host
?:
string
;
password
?:
string
;
authPlugin
?:
string
;
requireSSL
?:
boolean
|
"NONE"
;
maxConnections
?:
number
;
maxQueriesPerHour
?:
number
;
maxUpdatesPerHour
?:
number
;
maxConnectionsPerHour
?:
number
;
passwordExpirePolicy
?:
number
|
"DEFAULT"
|
"NEVER"
|
"INTERVAL"
;
accountLocked
?:
boolean
;
unlockAccount
?:
boolean
;
resetExpiredPassword
?:
boolean
;
}
Index
Properties
host?
password?
auth
Plugin?
require
SSL?
max
Connections?
max
Queries
Per
Hour?
max
Updates
Per
Hour?
max
Connections
Per
Hour?
password
Expire
Policy?
account
Locked?
unlock
Account?
reset
Expired
Password?
Properties
Optional
host
host
?:
string
Optional
password
password
?:
string
Optional
auth
Plugin
authPlugin
?:
string
Optional
require
SSL
requireSSL
?:
boolean
|
"NONE"
Optional
max
Connections
maxConnections
?:
number
Optional
max
Queries
Per
Hour
maxQueriesPerHour
?:
number
Optional
max
Updates
Per
Hour
maxUpdatesPerHour
?:
number
Optional
max
Connections
Per
Hour
maxConnectionsPerHour
?:
number
Optional
password
Expire
Policy
passwordExpirePolicy
?:
number
|
"DEFAULT"
|
"NEVER"
|
"INTERVAL"
Optional
account
Locked
accountLocked
?:
boolean
Optional
unlock
Account
unlockAccount
?:
boolean
Optional
reset
Expired
Password
resetExpiredPassword
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
host
password
auth
Plugin
require
SSL
max
Connections
max
Queries
Per
Hour
max
Updates
Per
Hour
max
Connections
Per
Hour
password
Expire
Policy
account
Locked
unlock
Account
reset
Expired
Password
← Documentation
GitLab
prorm API Reference
Loading...