企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 方法名:delegation.get ### 输入 | 名称 | 是否必须 | 类型|描述 | --- | --- |--- |--- | uid|是|String|委托人,一个合法的AWS登录账户名 ### 输出类型: 类型:com.actionsoft.sdk.service.response.delegation.DelegationsGetResponse* 属性(列表):data/ 类型:com.actionsoft.sdk.service.model.DelegationModel* 属性:applicantUser/String * 属性(Timestamp):beginTime/Timestamp * 属性(Timestamp):createTime/Timestamp * 属性:delegateReason/String * 属性:delegateUser/String * 属性(Timestamp):endTime/Timestamp * 属性:id/String * 属性:processInstId/String * 属性(列表):scope/ 类型:com.actionsoft.sdk.service.model.DelegationScopeModel* 属性:id/String * 属性:resourceId/String * 属性:resourceType/String * 属性:scopeType/String ***** ## delegation.get ~~~[api] get:delegation.get *id#委托申请ID <<< success 类型:com.actionsoft.sdk.service.response.delegation.DelegationGetResponse* 属性(DelegationModel):data/ 类型:com.actionsoft.sdk.service.model.DelegationModel* 属性:applicantUser/String * 属性(Timestamp):beginTime/Timestamp * 属性(Timestamp):createTime/Timestamp * 属性:delegateReason/String * 属性:delegateUser/String * 属性(Timestamp):endTime/Timestamp * 属性:id/String * 属性:processInstId/String * 属性(列表):scope/ 类型:com.actionsoft.sdk.service.model.DelegationScopeModel* 属性:id/String * 属性:resourceId/String * 属性:resourceType/String * 属性:scopeType/String <<< error 参见错误码说用 ~~~