public class UserAuthDataRelation extends Object
| 构造器和说明 |
|---|
UserAuthDataRelation(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
BindUserAuthDataRelationResp |
bind(BindUserAuthDataRelationReq req)
用户数据维度绑定,通过该接口,可为指定应用下的用户绑定一类数据维度,支持批量给多个用户同时增量授权。
|
BindUserAuthDataRelationResp |
bind(BindUserAuthDataRelationReq req,
RequestOptions reqOptions)
用户数据维度绑定,通过该接口,可为指定应用下的用户绑定一类数据维度,支持批量给多个用户同时增量授权。
|
UnbindUserAuthDataRelationResp |
unbind(UnbindUserAuthDataRelationReq req)
用户数据维度解绑,通过该接口,可为指定应用下的指定用户解除一类数据维度。
|
UnbindUserAuthDataRelationResp |
unbind(UnbindUserAuthDataRelationReq req,
RequestOptions reqOptions)
用户数据维度解绑,通过该接口,可为指定应用下的指定用户解除一类数据维度。
|
public UserAuthDataRelation(Config config)
public BindUserAuthDataRelationResp bind(BindUserAuthDataRelationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/mdm-v1/user_auth_data_relation/bind ;
Exceptionpublic BindUserAuthDataRelationResp bind(BindUserAuthDataRelationReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/mdm-v1/user_auth_data_relation/bind ;
Exceptionpublic UnbindUserAuthDataRelationResp unbind(UnbindUserAuthDataRelationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/mdm-v1/user_auth_data_relation/unbind ;
Exceptionpublic UnbindUserAuthDataRelationResp unbind(UnbindUserAuthDataRelationReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/mdm-v1/user_auth_data_relation/unbind ;
ExceptionCopyright © 2024. All rights reserved.