查询指定IAM用户的操作保护配置
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | GetSecurityConfig | 要执行的操作,取值:GetSecurityConfig。 |
Version | String | 是 | 2018-01-01 | API的版本,取值:2018-01-01。 |
UserName | String | 是 | Bob | 用户名。 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
UserID | Integer | 10000 | 用户ID。 |
SafeAuthType | String | 操作保护类型。phone代表手机验证,email代表邮箱验证,vmfa代表验证MFA设备验证。多种操作保护类型以英文逗号分隔。 | |
SafeAuthExemptDuration | Integer | 30 | 操作保护的豁免时间,完成验证后在豁免时间内将不再进行验证。支持设置5至30,默认值为10。单位为分钟。 |
SafeAuthClose | Integer | 0 | 是否开启操作保护。0代表开启,1代表关闭。 |
GET /?Action=GetSecurityConfig&Version=2018-01-01&UserName=Bob HTTP/1.1 Host: iam.volcengineapi.com X-Date: 20240913T080742Z Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20240913/cn-beijing/iam/request, SignedHeaders=host;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f
{ "ResponseMetadata": { "RequestId": "202411251935540991500812178E1967", "Action": "GetSecurityConfig", "Version": "2018-01-01", "Service": "iam", "Region": "cn-beijing" }, "Result": { "UserID": 10000, "SafeAuthType": "email", "SafeAuthExemptDuration": 30, "SafeAuthClose": 0 } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 说明 |
---|---|---|
404 | UserNotExist | 用户不存在。 |
404 | SecurityConfigNotExist | 用户的安全设置不存在。 |
500 | ServiceFailure | 内部服务错误。 |