Last Updated on : 2023-10-09 08:06:50download
Query the list of actions that can be added to the specified policy.
GET: /v2.0/cloud/iam/policy/action
Parameter name | Type | Description |
---|---|---|
success | Boolean | Indicates whether the request is successful. Valid values:
|
error_code | String | The error code. For more information, see the error codes. |
error_msg | String | The message that is returned if the request fails. It is empty if the request is successful. |
result | Set | The returned result. |
GET: v2.0/cloud/iam/policy/action
{
"result": [
"space:get",
"space:create"
],
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback