Skip to content

Commit 5664dc0

Browse files
Add last_used_at to application keys and date_last_used to api keys responses (#2821)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> 14ad451
1 parent cff61d4 commit 5664dc0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

datadog_api_client.v2.model.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46279,6 +46279,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
4627946279
<dd class="field-odd"><ul class="simple">
4628046280
<li><p><strong>category</strong> (<em>str</em><em>, </em><em>optional</em>) – The category of the API key.</p></li>
4628146281
<li><p><strong>created_at</strong> (<em>datetime</em><em>, </em><em>optional</em>) – Creation date of the API key.</p></li>
46282+
<li><p><strong>date_last_used</strong> (<em>datetime</em><em>, </em><em>none_type</em><em>, </em><em>optional</em>) – Date the API Key was last used</p></li>
4628246283
<li><p><strong>key</strong> (<em>str</em><em>, </em><em>optional</em>) – The API key.</p></li>
4628346284
<li><p><strong>last4</strong> (<em>str</em><em>, </em><em>optional</em>) – The last four characters of the API key.</p></li>
4628446285
<li><p><strong>modified_at</strong> (<em>datetime</em><em>, </em><em>optional</em>) – Date the API key was last modified.</p></li>
@@ -46329,6 +46330,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
4632946330
<li><p><strong>created_at</strong> (<em>datetime</em><em>, </em><em>optional</em>) – Creation date of the application key.</p></li>
4633046331
<li><p><strong>key</strong> (<em>str</em><em>, </em><em>optional</em>) – The application key.</p></li>
4633146332
<li><p><strong>last4</strong> (<em>str</em><em>, </em><em>optional</em>) – The last four characters of the application key.</p></li>
46333+
<li><p><strong>last_used_at</strong> (<em>datetime</em><em>, </em><em>none_type</em><em>, </em><em>optional</em>) – Last usage timestamp of the application key.</p></li>
4633246334
<li><p><strong>name</strong> (<em>str</em><em>, </em><em>optional</em>) – Name of the application key.</p></li>
4633346335
<li><p><strong>scopes</strong> (<em>[</em><em>str</em><em>]</em><em>, </em><em>none_type</em><em>, </em><em>optional</em>) – Array of scopes to grant the application key.</p></li>
4633446336
</ul>
@@ -71694,6 +71696,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
7169471696
<dd class="field-odd"><ul class="simple">
7169571697
<li><p><strong>category</strong> (<em>str</em><em>, </em><em>optional</em>) – The category of the API key.</p></li>
7169671698
<li><p><strong>created_at</strong> (<em>str</em><em>, </em><em>optional</em>) – Creation date of the API key.</p></li>
71699+
<li><p><strong>date_last_used</strong> (<em>datetime</em><em>, </em><em>none_type</em><em>, </em><em>optional</em>) – Date the API Key was last used.</p></li>
7169771700
<li><p><strong>last4</strong> (<em>str</em><em>, </em><em>optional</em>) – The last four characters of the API key.</p></li>
7169871701
<li><p><strong>modified_at</strong> (<em>str</em><em>, </em><em>optional</em>) – Date the API key was last modified.</p></li>
7169971702
<li><p><strong>name</strong> (<em>str</em><em>, </em><em>optional</em>) – Name of the API key.</p></li>
@@ -71742,6 +71745,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
7174271745
<dd class="field-odd"><ul class="simple">
7174371746
<li><p><strong>created_at</strong> (<em>str</em><em>, </em><em>optional</em>) – Creation date of the application key.</p></li>
7174471747
<li><p><strong>last4</strong> (<em>str</em><em>, </em><em>optional</em>) – The last four characters of the application key.</p></li>
71748+
<li><p><strong>last_used_at</strong> (<em>str</em><em>, </em><em>none_type</em><em>, </em><em>optional</em>) – Last usage timestamp of the application key.</p></li>
7174571749
<li><p><strong>name</strong> (<em>str</em><em>, </em><em>optional</em>) – Name of the application key.</p></li>
7174671750
<li><p><strong>scopes</strong> (<em>[</em><em>str</em><em>]</em><em>, </em><em>none_type</em><em>, </em><em>optional</em>) – Array of scopes to grant the application key.</p></li>
7174771751
</ul>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)