AliyunKMSFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunKMSFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunKMSFullAccess policy: Provides full access to Key Management Service via Management Console.
Policy details
Type: service system policy
Creation time: 07:41:38 on March 09, 2018
Update time: 07:23:38 on March 02, 2021
Current version: v3
Policy content
{
"Version": "1",
"Statement": [
{
"Action": "kms:*",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "ram:CreateServiceLinkedRole",
"Condition": {
"StringEquals": {
"ram:ServiceName": [
"secretsmanager-rds.kms.aliyuncs.com",
"keystore.kms.aliyuncs.com"
]
}
},
"Resource": "*",
"Effect": "Allow"
}
]
}