Product | Role Name | Role Types | Role Entity |
---|---|---|---|
TencentDB for SQL Server | SQLServer_QCSLinkedRoleInKMS | Service-Related Roles | kms.sqlserver.cloud.tencent.com |
Use Cases: The current role is the SQL Server 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": [
"kms:ListKeyDetail",
"kms:CreateKey",
"kms:GenerateDataKey",
"kms:Decrypt",
"kms:BindCloudResource",
"kms:UnbindCloudResource",
"kms:Encrypt"
],
"resource": "*"
}
]
}
Was this page helpful?