Creates a version for a policy.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ram:CreatePolicyVersion |
create |
*Policy
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PolicyName |
string |
No |
The name of the policy. |
OSS-Administrator |
| PolicyDocument |
string |
No |
The document of the policy. The document can be up to 6,144 bytes in length. |
{"Statement":[{"Action":["oss:*"],"Effect":"Allow","Resource":["acs:oss:*:*:*"]}],"Version":"1"} |
| SetAsDefault |
boolean |
No |
Specifies whether to set this policy as the default policy. Default value: |
false |
| RotateStrategy |
string |
No |
The rotation strategy of the policy. The rotation strategy can be used to delete an early policy version. Valid values:
Default value: |
None |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| PolicyVersion |
object |
The information about the policy version. |
|
| IsDefaultVersion |
boolean |
Indicates whether the policy version is the default version. |
false |
| PolicyDocument |
string |
The document of the policy. |
{ "Statement": [{ "Action": ["oss:*"], "Effect": "Allow", "Resource": ["acs:oss:*:*:*"]}], "Version": "1"} |
| VersionId |
string |
The ID of the policy version. |
v3 |
| CreateDate |
string |
The time when the policy version was created. |
2015-01-23T12:33:18Z |
| RequestId |
string |
The request ID. |
9B34724D-54B0-4A51-B34D-4512372FE1BE |
Examples
Success response
JSON format
{
"PolicyVersion": {
"IsDefaultVersion": false,
"PolicyDocument": "{ \"Statement\": [{ \"Action\": [\"oss:*\"], \"Effect\": \"Allow\", \"Resource\": [\"acs:oss:*:*:*\"]}], \"Version\": \"1\"}",
"VersionId": "v3",
"CreateDate": "2015-01-23T12:33:18Z"
},
"RequestId": "9B34724D-54B0-4A51-B34D-4512372FE1BE"
}
Error response
JSON format
{
"RequestId": "9B34724D-54B0-4A51-B34D-4512372FE1BE",
"PolicyVersion": {
"VersionId": "v3",
"IsDefaultVersion": false,
"CreateDate": "2015-01-23T12:33:18Z"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.