When a Tencent Cloud user accesses Tencent Cloud resources, CAM determines whether to allow or deny the request by using the following evaluation logic:
All requests will be denied by default.
CAM will check all the policies currently associated with the user.
Note:
allow
and deny
policies.
The following table lists currently supported general policies:
Policy Description | Policy Definition |
---|---|
MFA verification is required for querying keys | { "principal":"*", "action":"account:QueryKeyBySecretId", "resource":"*", "condition":{"string_equal":{"mfa":"0"}} } |
MFA verification is required for sensitive configurations | { "principal":"*", "action":"account:SetSafeAuthFlag", "resource":"*", "condition":{"string_equal":{"mfa":"0"}} } |
MFA verification is required for binding tokens | { "principal":"*", "action":"account:BindToken", "resource":"*", "condition":{"string_equal":{"mfa":"0"}} } |
MFA verification is required for unbinding tokens | { "principal":"*", "action":"account:UnbindToken", "resource":"*", "condition":{"string_equal":{"mfa":"0"}} } |
MFA verification is required for modifying email addresses | { "principal":"*", "action":"account:ModifyMail", "resource":"*", "condition":{"string_equal":{"mfa":"0"}} } |
MFA verification is required for modifying mobile numbers | { "principal":"*", "action":"account:ModifyPhoneNum", "resource":"*", "condition":{"string_equal":{"mfa":"0"}} } |
Was this page helpful?