Online agreements FAQ
View service agreements
To view product agreements or terms, sign in to the BSS console and go to the Online Terms page.
See the Alibaba Cloud Product Service Agreement.
See the user agreement.
See the service level agreement.
For security control rules, see policies and regulations.
Authorize RAM users
To access the Online Agreements page, you need BSS administrative permissions (AliyunBSSFullAccess). You cannot access the page with only BSS read-only access (AliyunBSSReadOnlyAccess).
To grant access only to the Online Agreements page, create a custom policy with the following script:
{ "Version": "1", "Statement": [ { "Effect": "Allow", "Action": "bssapi:ListAgreementRecords", "Resource": "*" } ] }This custom policy allows a RAM user to view agreements online, but not to download them.
To enable agreement downloads, you must still grant BSS administrative permissions (AliyunBSSFullAccess).