AliyunBaaSFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunBaaSFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunBaaSFullAccess policy: Provides full access to Blockchain as a Service via Management Console.
Policy details
Type: service system policy
Creation time: 01:08:16 on May 14, 2019
Update time: 03:18:21 on July 17, 2020
Current version: v2
Policy content
{
"Version": "1",
"Statement": [
{
"Action": "baas:*",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "ram:CreateServiceLinkedRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": "baas.aliyuncs.com"
}
}
}
]
}