All Products
Search
Document Center

Security Center:DescribeUserLayoutAuthorization

Last Updated:Feb 20, 2024

Queries whether the brute-force attacks protection feature has been authorized. The brute-force attacks protection feature cannot be used without authorization.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
SourceIpstringNo

The source IP address of the request.

1.2.3.4
LangstringNo

The language of the content within the request and response. Valid values:

  • zh: Chinese
  • en: English
zh

Response parameters

ParameterTypeDescriptionExample
object
Authorizedboolean

The result of the query. Valid values:

  • true: The brute-force attacks protection feature has been authorized.
  • false: The brute-force attacks protection feature is not authorized.
false
RequestIdstring

The ID of the request.

4A80EE8F-2175-49DA-B8BF-FAE1B3D52E4C

Examples

Sample success responses

JSONformat

{
  "Authorized": false,
  "RequestId": "4A80EE8F-2175-49DA-B8BF-FAE1B3D52E4C"
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history