mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Update documentation
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Secrets Versions Get - Secret Manager v2.0.4+20210319</title>
|
||||
<title>Secrets Versions Get - Secret Manager v3.0.0+20220226</title>
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
|
||||
<div class="wy-side-nav-search">
|
||||
<a href=".." class="icon icon-home"> Secret Manager v2.0.4+20210319</a>
|
||||
<a href=".." class="icon icon-home"> Secret Manager v3.0.0+20220226</a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -181,7 +181,7 @@
|
||||
</div>
|
||||
<div role="main">
|
||||
<div class="section">
|
||||
<p>Gets metadata for a SecretVersion. <code>projects/*/secrets/*/versions/latest</code> is an alias to the <code>latest</code> SecretVersion.</p>
|
||||
<p>Gets metadata for a SecretVersion. <code>projects/*/secrets/*/versions/latest</code> is an alias to the most recently created SecretVersion.</p>
|
||||
<h1 id="scopes">Scopes</h1>
|
||||
<p>You will need authorization for the <em>https://www.googleapis.com/auth/cloud-platform</em> scope to make a valid call.</p>
|
||||
<p>If unset, the scope for this method defaults to <em>https://www.googleapis.com/auth/cloud-platform</em>.
|
||||
@@ -189,7 +189,7 @@ You can set the scope for this method like this: <code>secretmanager1 --scope &l
|
||||
<h1 id="required-scalar-argument">Required Scalar Argument</h1>
|
||||
<ul>
|
||||
<li><strong><name></strong> <em>(string)</em><ul>
|
||||
<li>Required. The resource name of the SecretVersion in the format <code>projects/*/secrets/*/versions/*</code>. <code>projects/*/secrets/*/versions/latest</code> is an alias to the <code>latest</code> SecretVersion.</li>
|
||||
<li>Required. The resource name of the SecretVersion in the format <code>projects/*/secrets/*/versions/*</code>. <code>projects/*/secrets/*/versions/latest</code> is an alias to the most recently created SecretVersion.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user