Product | Role Name | Role Types | Role Entity |
---|---|---|---|
Lighthouse | Lighthouse_QCSLinkedRoleInBasic | Service-Related Roles | basic.lighthouse.cloud.tencent.com |
Lighthouse | Lighthouse_QCSLinkedRoleInCOSAndCI | Service-Related Roles | cosandci.lighthouse.cloud.tencent.com |
Lighthouse | Lighthouse_QCSLinkedRoleInDnsAndSsl | Service-Related Roles | dnsandssl.lighthouse.cloud.tencent.com |
Lighthouse | Lighthouse_QCSLinkedRoleInLighthouseSmartDiagnostic | Service-Related Roles | lighthousesmartdiagnostic.lighthouse.cloud.tencent.com |
Use Cases: The current role is the Lighthouse 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": [
{
"action": [
"vpc:*",
"cvm:*",
"tat:*"
],
"resource": "*",
"effect": "allow"
}
]
}
Use Cases: The current role is the Lighthouse 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": [
{
"action": [
"cos:*",
"ci:*"
],
"resource": "*",
"effect": "allow"
}
]
}
Use Cases: The current role is the Lighthouse 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": [
{
"action": [
"kms:GetServiceStatus",
"kms:ListKeyDetail",
"kms:CreateKey",
"kms:Decrypt",
"kms:Encrypt",
"kms:GenerateDataKey",
"kms:BindCloudResource",
"kms:UnbindCloudResource",
"ssl:*",
"tat:*",
"dnspod:*",
"domain:*"
],
"resource": "*",
"effect": "allow"
}
]
}
Use Cases: The current role is the Lighthouse 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": [
{
"action": [
"tat:DescribeAutomationAgentStatus",
"tat:RunCommand",
"tat:DescribeInvocationTasks",
"cwp:DescribeMachineInfo",
"cwp:DescribeMalWareList",
"cwp:DescribeHostLoginList",
"cwp:DescribeBruteAttackList",
"cwp:DescribeRiskDnsList",
"cwp:DescribeBashEvents"
],
"resource": "*",
"effect": "allow"
}
]
}
Was this page helpful?