查看 IAM 用户同步任务
名称 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
UserProvisioningId | String | 是 | 1874176 | IAM 同步任务id |
{ "UserProvisioningId": "13877504" }
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
Result | UserProvision | 用户SSO同步任务 |
{ "ResponseMetadata": { "RequestId": "20230426175323EE49C02584B9199CA3D0", "Action": "GetUserProvisioning", "Version": "2023-01-01", "Service": "cloudidentity", "Region": "cn-beijing" }, "Result": { "UserProvisioningId": "13877504", "PrincipalId": "13947648", "PrincipalName": "lin-xiaohao", "PrincipalType": "User", "DeletionStrategy": "Keep", "DuplicationStrategy": "KeepBoth", "DuplicationSuffix": "-sso", "IdentitySourceStrategy": "Ignore", "TargetId": "2100247160", "CreatedTime": "2023-04-26T17:45:15+08:00", "UpdatedTime": "2023-04-26T17:45:15+08:00" } }
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | ConcurrentException | Concurrent request exception | 存在请求并发冲突 |
400 | OperateTooFrequentlyException | Perform action[%s] too frequently | 频繁调用同一个接口 |
400 | SensitiveWord | Include sensitive Word | 参数存在敏感词 |
400 | ParamMissing | Missing parameter %v | 参数缺省 |
500 | InternalError | Unknown internal error: %v | 服务内部错误 |
400 | PermissionError | No permission to perform action[%s] on resource %s | 没有接口权限 |
400 | InvalidParam | The parameter %v[%v] is invalid | 无效参数 |
403 | PermissionDenied | No permission to perform action[%s] | 无权限访问 |
400 | ServiceStatusException | Can not perform action[%s] when service is %s | 企业身份中心实例不可用 |