Domain name for API request: cam.tencentcloudapi.com.
This API is used to query security settings.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
This document describes the parameters for Signature V1. It's recommended to use the V3 signature, which provides higher security. Note that for Signature V3, the common parameters need to be placed in the HTTP Header. See details.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter. The value used for this API: DescribeSafeAuthFlag. |
Version | Yes | String | Common parameter. The value used for this API: 2019-01-16. |
Region | No | String | Common parameter. This parameter is not required for this API. |
Parameter Name | Type | Description |
---|---|---|
LoginFlag | LoginActionFlag | Login protection settings |
ActionFlag | LoginActionFlag | Sensitive operation protection settings |
OffsiteFlag | OffsiteFlag | Suspicious login location protection settings |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://cam.tencentcloudapi.com/?Action=DescribeSafeAuthFlag
&<Common request parameters>
{
"Response": {
"LoginFlag": {
"Phone": 1,
"Token": 0,
"Stoken": 0,
"Wechat": 0,
"Custom": 0
},
"ActionFlag": {
"Phone": 0,
"Token": 0,
"Stoken": 0,
"Wechat": 0,
"Custom": 0
},
"OffsiteFlag": {
"VerifyFlag": 0,
"NotifyPhone": 1,
"NotifyEmail": 1,
"NotifyWechat": 1,
"Tips": 0
},
"RequestId": "9626da03-4645-4c54-ba90-74836284af0c"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation | Operation failed. |
InvalidParameter.ParamError | Invalid input parameter. |
ResourceNotFound.UserNotExist | User does not exist. |
本页内容是否解决了您的问题?