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 b3e6571 commit b6ae184Copy full SHA for b6ae184
secretmanager/src/enable_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.
+// Enable the secret version.
49
$response = $client->enableSecretVersion($name);
50
51
// Print a success message.
0 commit comments