@taiyi-io/api-connector-ts
Preparing search index...
UserCredentialRecord
Interface UserCredentialRecord
用户凭证记录
Interface
interface
UserCredentialRecord
{
actions
:
ResourceAction
[]
;
created_time
?:
string
;
group
:
string
;
id
:
string
;
last_access
?:
string
;
password_auth
:
boolean
;
token_count
:
number
;
}
Index
Properties
actions
created_
time?
group
id
last_
access?
password_
auth
token_
count
Properties
actions
actions
:
ResourceAction
[]
允许操作清单
Optional
created_
time
created_time
?:
string
创建时间
group
group
:
string
所属用户组
id
id
:
string
用户凭证ID
Optional
last_
access
last_access
?:
string
最后访问时间,格式为RFC3339
password_
auth
password_auth
:
boolean
是否启用密码认证
token_
count
token_count
:
number
令牌数量
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actions
created_
time
group
id
last_
access
password_
auth
token_
count
@taiyi-io/api-connector-ts
Loading...
用户凭证记录
Interface