Reviewed-by: Rogal, Marcel <mrogal@noreply.gitea.eco.tsi-dev.otc-service.com> Co-authored-by: qinweiwei <qinweiwei@huawei.com> Co-committed-by: qinweiwei <qinweiwei@huawei.com>
24 KiB
Operations supported by CTS
The tables in this section describe the operations supported by CTS.
Operation |
Resource Type |
Event Name |
|---|---|---|
Creating a key |
CMK |
createKey |
Creating a DEK |
CMK |
createDataKey |
Creating a plaintext-free DEK |
CMK |
createDataKeyWithoutPlaintext |
Enabling a key |
CMK |
enableKey |
Disabling a key |
CMK |
disableKey |
Encrypting a DEK |
CMK |
encryptDatakey |
Decrypting a DEK |
CMK |
decryptDatakey |
Scheduling the deletion of a key |
CMK |
scheduleKeyDeletion |
Canceling the scheduled deletion of a key |
CMK |
cancelKeyDeletion |
Generating a random number |
RNG |
genRandom |
Modifying the key alias |
CMK |
updateKeyAlias |
Modifying the key description |
CMK |
updateKeyDescription |
Prompting risks about key deletion |
CMK |
deleteKeyRiskTips |
Importing key materials |
CMK |
importKeyMaterial |
Deleting key materials |
CMK |
deleteImportedKeyMaterial |
Creating a grant |
CMK |
createGrant |
Retiring a grant |
CMK |
retireGrant |
Revoking a grant |
CMK |
revokeGrant |
Encrypting data |
CMK |
encryptData |
Decrypting data |
CMK |
decryptData |
Adding a tag |
CMK |
dealUnifiedTags |
Deleting a tag |
CMK |
dealUnifiedTags |
Adding tags in batches |
CMK |
dealUnifiedTags |
Deleting tags in batches |
CMK |
dealUnifiedTags |
Enabling key rotation |
CMK |
enableKeyRotation |
Modifying the key rotation interval |
CMK |
updateKeyRotationInterval |
Disabling key rotation |
CMK |
disableKeyRotation |
Creating a secret |
CSMS |
createSecret |
Updating a secret |
CSMS |
updateSecret |
Deleting a secret |
CSMS |
forceDeleteSecret |
Creating a scheduled deletion for a secret |
CSMS |
scheduleDelSecret |
Canceling the scheduled deletion of a secret |
CSMS |
restoreSecretFromDeletedStatus |
Creating a secret status |
CSMS |
createSecretStage |
Updating a secret status |
CSMS |
updateSecretStage |
Deleting a secret status |
CSMS |
deleteSecretStage |
Creating a secret version |
CSMS |
createSecretVersion |
Downloading a secret backup |
CSMS |
backupSecret |
Restoring a secret backup |
CSMS |
restoreSecretFromBackupBlob |
Creating a secret event |
CSMS |
createSecretEvent |
Updating a secret event |
CSMS |
updateSecretEvent |
Deleting a secret event |
CSMS |
deleteSecretEvent |
Creating a resource tag |
CSMS |
createResourceTag |
Deleting a resource tag |
CSMS |
deleteResourceTag |