AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
## 方法名: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 参见错误码说用 ~~~