Queries whether an account is a delegated administrator for Web Application Firewall (WAF) using the multi-account management feature.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-waf:DescribeAccountDelegatedStatus |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the WAF instance. Note
Call DescribeInstance to query the ID of your WAF instance. |
waf_cdnsdf3**** |
| RegionId |
string |
No |
The region where the WAF instance resides. Valid values:
|
cn-hangzhou |
| ResourceManagerResourceGroupId |
string |
No |
The ID of the Alibaba Cloud resource group. |
rg-acfm***q |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccountId |
string |
The ID of the Alibaba Cloud account. |
10***********34 |
| RequestId |
string |
The ID of the request. |
8161375D-5958-5627-BFDE-DF1458A73E87 |
| DelegatedStatus |
boolean |
Indicates whether the account is a delegated administrator for WAF.
|
true |
| AccountName |
string |
The name of the Alibaba Cloud account. This parameter is returned only if the account is a delegated administrator. |
account_test |
Examples
Success response
JSON format
{
"AccountId": "10***********34",
"RequestId": "8161375D-5958-5627-BFDE-DF1458A73E87",
"DelegatedStatus": true,
"AccountName": "account_test"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.