Product | Role Name | Role Types | Role Entity |
---|---|---|---|
Cloud Log Service | CLS_QCSRoleInAnonymousSharing | Service-Related Roles | console-sharing.cls.cloud.tencent.com |
Use Cases: When the current role is used as a CLS anonymous sharing link and is accessed, CLS obtains the data required to share the content (retrieval page/dashboard page)
Authorization Polices
{
"version": "3.0",
"statement": [
{
"effect": "allow",
"action": [
"cls:SearchLog",
"cls:DescribeTopics",
"cls:DescribeIndex",
"cls:DescribeLogHistogram",
"cls:DescribeDashboards",
"cls:QueryRangeMetric",
"cls:QueryMetric"
],
"resource": "*"
}
]
}
문제 해결에 도움이 되었나요?