We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6c798 commit dad4ed6Copy full SHA for dad4ed6
secretmanager/src/destroy_secret_version.php
@@ -45,7 +45,7 @@
45
// Build the resource name of the secret version.
46
$name = $client->secretVersionName($projectId, $secretId, $versionId);
47
48
-// Access the secret version.
+// Destroy the secret version.
49
$response = $client->destroySecretVersion($name);
50
51
// Print a success message.
0 commit comments