Queries predefined application permissions.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppType |
string |
No |
The type of the application. Valid values:
If this parameter is empty, the permissions on all types of applications are queried. |
WebApp |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| PredefinedScopes |
object |
||
| PredefinedScope |
array<object> |
The information about application permissions. |
|
|
object |
|||
| Description |
string |
The description of the permission scope. |
用于获取用户的OpenID(默认权限范围,不可移除) |
| Name |
string |
The name of the permission scope. |
openid |
| RequestId |
string |
The request ID. |
955C096D-EC99-480B-AF37-3921109107D0 |
Examples
Success response
JSON format
{
"PredefinedScopes": {
"PredefinedScope": [
{
"Description": "用于获取用户的OpenID(默认权限范围,不可移除)",
"Name": "openid"
}
]
},
"RequestId": "955C096D-EC99-480B-AF37-3921109107D0"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.