Skip to main content

DescribeUserLayoutAuthorization

Description

invoke the DescribeUserLayoutAuthorization to query the authorization information of the anti-brute-force cracking function. The anti-brute force cracking function cannot be used without authorization.

Request Method

POST

Request Path

/apsara/route/Sas/DescribeUserLayoutAuthorization

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
SourceIpBODYstringNo1.2.3.4access the IP address of the source.
regionIdBODYstringYesNo sample value for this parameter.region id
LangBODYstringNozhthe language type of the request and receive message. Value: zh: Chinese en: English
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstring4A80EE8F-2175-49DA-B8BF-FAE1B3D52E4Cthe unique identifier generated by alibaba cloud for this request.
Authorizedbooleanfalseauthorization result for brute-force cracking prevention. Value: true: authorized false: Unauthorized

Example

Successful Response example

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

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}