AliyunOOSFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunOOSFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunOOSFullAccess policy: Provides full access to OOS via Management Console.
Policy details
Type: service system policy
Creation time: 04:11:40 on June 28, 2019
Update time: 12:12:50 on May 09, 2020
Current version: v2
Policy content
{
"Version": "1",
"Statement": [
{
"Action": "oos:*",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "ram:PassRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"acs:Service": "oos.aliyuncs.com"
}
}
},
{
"Action": "ram:CreateServiceLinkedRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": ["instancescheduler.oos.aliyuncs.com", "bandwidthscheduler.oos.aliyuncs.com"]
}
}
}
]
}