多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## 方法名:delegation.valid.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.valid.get ~~~[api] get:delegation.valid.get *uid#代理人,一个合法的AWS登录账户名 <<< success 类型: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 <<< error 参见错误码说用 ~~~