Membuat versi untuk kebijakan.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ram:CreatePolicyVersion |
create |
*Policy
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| PolicyName |
string |
No |
Nama kebijakan. |
OSS-Administrator |
| PolicyDocument |
string |
No |
Dokumen kebijakan. Dokumen dapat memiliki panjang hingga 6,144 byte. |
{"Statement":[{"Action":["oss:*"],"Effect":"Allow","Resource":["acs:oss:*:*:*"]}],"Version":"1"} |
| SetAsDefault |
boolean |
No |
Apakah akan menetapkan kebijakan ini sebagai kebijakan default. Nilai default: |
false |
| RotateStrategy |
string |
No |
Strategi rotasi kebijakan. Strategi rotasi dapat digunakan untuk menghapus versi kebijakan sebelumnya. Nilai valid:
Nilai default: |
None |
Elemen respons
|
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 |
Contoh
Respons sukses
JSONformat
{
"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"
}
Respons error
JSONformat
{
"RequestId": "9B34724D-54B0-4A51-B34D-4512372FE1BE",
"PolicyVersion": {
"VersionId": "v3",
"IsDefaultVersion": false,
"CreateDate": "2015-01-23T12:33:18Z"
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.