Product | Role Name | Role Types | Role Entity |
---|---|---|---|
HTTPDNS | HTTPDNS_QCSLinkedRoleInClsLog | Service-Related Roles | httpdnslog.cloud.tencent.com |
HTTPDNS | HTTPDNS_QCSLinkedRoleInCustomdns | Service-Related Roles | customdns.httpdns.cloud.tencent.com |
Use Cases: This policy is for the HTTPDNS service linked role(HTTPDNS_QCSLinkedRoleInClsLog) to be associated and used by HTTPDNS to access other cloud service resources.
Authorization Polices
{
"statement": [
{
"action": [
"cls:pushLog"
],
"effect": "allow",
"resource": "*"
}
],
"version": "2.0"
}
Use Cases: The current role is the HTTPDNS service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices
{
"version": "2.0",
"statement": [
{
"effect": "allow",
"resource": [
"*"
],
"action": [
"scf:GetFunction",
"scf:GetAlias",
"scf:ListFunctions",
"scf:CreateNamespace",
"scf:ListNamespaces",
"scf:InvokeFunction",
"scf:ListVersionByFunction",
"scf:ListAliases"
]
}
]
}
Was this page helpful?