tencent cloud

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