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 dad4ed6 commit b3e6571Copy full SHA for b3e6571
secretmanager/src/disable_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.
+// Disable the secret version.
49
$response = $client->disableSecretVersion($name);
50
51
// Print a success message.
0 commit comments