Product | Role Name | Role Types | Role Entity |
---|---|---|---|
Cloud MongoDB | MongoDB_QCSLinkedRoleInKMS | Service-Related Roles | kms.mongodb.cloud.tencent.com |
Cloud MongoDB | MongoDB_QCSLinkedRoleInDBlog | Service-Related Roles | DBLog.mongo.cloud.tencent.com |
Cloud MongoDB | MongoDB_QCSLinkedRoleInLogPush | Service-Related Roles | logpush.mongodb.cloud.tencent.com |
Use Cases: The current role is the MongoDB service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices
{
"statement": [
{
"action": [
"kms:GetServiceStatus",
"kms:ListKeyDetail",
"kms:CreateKey",
"kms:GenerateDataKey",
"kms:Decrypt",
"kms:BindCloudResource",
"kms:UnbindCloudResource"
],
"effect": "allow",
"resource": [
"*"
]
}
],
"version": "2.0"
}
Use Cases: The current role is the MongoDB 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",
"action": [
"cls:ModifyKafkaRecharge",
"cls:DescribeKafkaRecharges",
"cls:DeleteKafkaRecharge",
"cls:CreateKafkaRecharge",
"cls:DeleteCloudProductLogTask"
],
"resource": "*"
}
]
}
Use Cases: The current role is the MongoDB 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",
"action": [
"cls:pushLog"
],
"resource": "*"
}
]
}
문제 해결에 도움이 되었나요?