All Products
Search
Document Center

Resource Access Management:AliyunCSFullAccess

Last Updated:Dec 28, 2023

AliyunCSFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunCSFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunCSFullAccess policy: Provides full access to Container Service via Management Console.

Policy details

  • Type: service system policy

  • Creation time: 06:41:12 on December 15, 2017

  • Update time: 06:41:12 on December 15, 2017

  • Current version: v1

Policy content

{
    "Version": "1", 
    "Statement": [
        {
            "Action": "cs:*", 
            "Resource": "*", 
            "Effect": "Allow"
        }, 
        {
            "Action": "ram:PassRole", 
            "Resource": "*", 
            "Effect": "Allow", 
            "Condition": {
                "StringEquals": {
                    "acs:Service": "cs.aliyuncs.com"
                }
            }
        }
    ]
}

References