Product | Role Name | Role Types | Role Entity |
---|---|---|---|
HTTPDNS | HTTPDNS_QCSLinkedRoleInCustomdns | Service-Related Roles | customdns.httpdns.cloud.tencent.com |
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"
]
}
]
}
문제 해결에 도움이 되었나요?