类 UserAuthDataRelation
java.lang.Object
com.lark.oapi.service.mdm.v1.resource.UserAuthDataRelation
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明用户数据维度绑定,通过该接口,可为指定应用下的用户绑定一类数据维度,支持批量给多个用户同时增量授权。bind(BindUserAuthDataRelationReq req, RequestOptions reqOptions) 用户数据维度绑定,通过该接口,可为指定应用下的用户绑定一类数据维度,支持批量给多个用户同时增量授权。用户数据维度解绑,通过该接口,可为指定应用下的指定用户解除一类数据维度。unbind(UnbindUserAuthDataRelationReq req, RequestOptions reqOptions) 用户数据维度解绑,通过该接口,可为指定应用下的指定用户解除一类数据维度。
-
构造器详细资料
-
UserAuthDataRelation
-
-
方法详细资料
-
bind
public BindUserAuthDataRelationResp bind(BindUserAuthDataRelationReq req, RequestOptions reqOptions) throws Exception 用户数据维度绑定,通过该接口,可为指定应用下的用户绑定一类数据维度,支持批量给多个用户同时增量授权。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/mdm-v1/user_auth_data_relation/bind ;
- 抛出:
Exception
-
bind
用户数据维度绑定,通过该接口,可为指定应用下的用户绑定一类数据维度,支持批量给多个用户同时增量授权。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/mdm-v1/user_auth_data_relation/bind ;
- 抛出:
Exception
-
unbind
public UnbindUserAuthDataRelationResp unbind(UnbindUserAuthDataRelationReq req, RequestOptions reqOptions) throws Exception 用户数据维度解绑,通过该接口,可为指定应用下的指定用户解除一类数据维度。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/mdm-v1/user_auth_data_relation/unbind ;
- 抛出:
Exception
-
unbind
用户数据维度解绑,通过该接口,可为指定应用下的指定用户解除一类数据维度。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/mdm-v1/user_auth_data_relation/unbind ;
- 抛出:
Exception
-