Creates a permission group.
Operation description
You can create up to 20 permission groups in a single region within an Alibaba Cloud account.
A permission group supports up to 300 rules.
Only permission groups of the VPC network type can be created.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
nas:CreateAccessGroup |
create |
*AccessGroup
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AccessGroupName |
string |
Yes |
The name of the permission group. Limits:
Default permission group: DEFAULT_VPC_GROUP_NAME (default VPC permission group). |
vpc-test |
| AccessGroupType |
string |
Yes |
The type of the permission group. Set the value to Vpc, which indicates VPC. Valid values:
|
Vpc |
| Description |
string |
No |
The description of the permission group. Limits:
|
vpctestaccessgroup |
| FileSystemType |
string |
No |
The type of the file system. Valid values:
Valid values:
|
standard |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
55C5FFD6-BF99-41BD-9C66-FFF39189F4F8 |
| AccessGroupName |
string |
The name of the permission group. |
vpc-test |
Examples
Success response
JSON format
{
"RequestId": "55C5FFD6-BF99-41BD-9C66-FFF39189F4F8",
"AccessGroupName": "vpc-test"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.