Properties
addProfilesById
addProfilesById: ((id, profiles) => void)
Type declaration
- (id, profiles): void
Parameters
- id: string
- profiles: string[]
Returns void
checkPassword
checkPassword: ((username, password) => boolean)
Type declaration
- (username, password): boolean
Parameters
- username: string
- password: string
Returns boolean
creatPortalUser
Type declaration
- (portalUser): PortalUser
Parameters
- portalUser: {
[key: string]: any;
}
deleteById
deleteById: ((id) => void)
getByExtIdentityID
getByExtIdentityID: ((extIdentityID) => Dict) getList
Type declaration
- (offset, limit): PortalUser[]
Parameters
- offset: number
- limit: number
setProfilesById
setProfilesById: ((id, profiles) => void)
Type declaration
- (id, profiles): void
Parameters
- id: string
- profiles: string[]
Returns void
setTimezoneById
setTimezoneById: ((id, timezone) => void)
Type declaration
- (id, timezone): void
Parameters
- id: string
- timezone: string
Returns void
业务用户管理
在开启安全配置情况下,需要对应的权限才可以执行, 如对业务用户进行增删改需要 '管理业务用户', 查看需要 '查看业务用户'