prorm API Reference
← Documentation
GitLab
Preparing search index...
index
CreateUserOptions
Interface CreateUserOptions
interface
CreateUserOptions
{
host
?:
string
;
password
?:
string
;
passwordHash
?:
string
;
authPlugin
?:
string
;
requireSSL
?:
boolean
;
maxConnections
?:
number
;
maxQueriesPerHour
?:
number
;
maxUpdatesPerHour
?:
number
;
maxConnectionsPerHour
?:
number
;
defaultRole
?:
string
;
ifNotExists
?:
boolean
;
comment
?:
string
;
expirePassword
?:
boolean
|
Date
;
accountLocked
?:
boolean
;
}
Index
Properties
host?
password?
password
Hash?
auth
Plugin?
require
SSL?
max
Connections?
max
Queries
Per
Hour?
max
Updates
Per
Hour?
max
Connections
Per
Hour?
default
Role?
if
Not
Exists?
comment?
expire
Password?
account
Locked?
Properties
Optional
host
host
?:
string
Optional
password
password
?:
string
Optional
password
Hash
passwordHash
?:
string
Optional
auth
Plugin
authPlugin
?:
string
Optional
require
SSL
requireSSL
?:
boolean
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
default
Role
defaultRole
?:
string
Optional
if
Not
Exists
ifNotExists
?:
boolean
Optional
comment
comment
?:
string
Optional
expire
Password
expirePassword
?:
boolean
|
Date
Optional
account
Locked
accountLocked
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
host
password
password
Hash
auth
Plugin
require
SSL
max
Connections
max
Queries
Per
Hour
max
Updates
Per
Hour
max
Connections
Per
Hour
default
Role
if
Not
Exists
comment
expire
Password
account
Locked
← Documentation
GitLab
prorm API Reference
Loading...