tencent cloud

HTTPDNS

Product Introduction
Overview
Scenarios
Strengths
Use Limits
Purchase Guide
Billing Overview
Payment Overdue
Getting Started
Activating HTTPDNS
Connecting to HTTPDNS
Operation Guide
Adding a Domain
DNS Statistics Description
Query Monitoring
API Documentation
Configuration Information Description
Querying with HTTP Request Methods
AES/DES Encryption/Decryption
Practical Tutorial of API Connection
SDK Documentation
SDK Quick Access
SDK for iOS
SDK for Android
Access Management
Overview
Sample Access Control Policy
FAQs
HTTPDNS Policy
Privacy Policy
Data Processing And Security Agreement
Documentation HTTPDNSAccess ManagementSample Access Control Policy

Sample Access Control Policy

PDF
Focus Mode
Font Size
Last updated: 2022-06-22 15:22:45

Full Access Policy in HTTPDNS

Grant a sub-user or collaborator full access (for creating, managing, etc.).
Policy name: QcloudHTTPDNSFullAccess
{
"version": "2.0",
"statement": [
{
"effect": "allow",
"action": [
"httpdns:*"
],
"resource": "*"
}
]
}

Read-Only Policy in HTTPDNS

Grant a sub-user read-only access to HTTPDNS (i.e., the permission to view but not to create, update, or delete all HTTPDNS resources). In the console, the prerequisite to manipulate a resource is the ability to view the resource; therefore, we recommend you grant the sub-account full read access to HTTPDNS.
Policy name: QcloudHTTPDNSReadOnlyAccess
{
"version": "2.0",
"statement": [
{
"effect": "allow",
"action": [
"httpdns:Describe*"
],
"resource": "*"
}
]
}

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback