- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for DeleteKey (0.04 sec)
-
internal/kms/kes.go
} return nil } // DeleteKey deletes a key at the KMS with the given key ID. // Please note that is a dangerous operation. // Once a key has been deleted all data that has been encrypted with it cannot be decrypted // anymore, and therefore, is lost. func (c *kesConn) DeleteKey(ctx context.Context, req *DeleteKeyRequest) error { if err := c.client.DeleteKey(ctx, req.Name); err != nil {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Aug 18 06:43:03 UTC 2024 - 7.3K bytes - Viewed (0)