Skip to content

Commit

Permalink
Remove team and user beta tags from restriction policy API docs (#2231)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> 2e0b73f
  • Loading branch information
1 parent efc1873 commit cac9e72
Show file tree
Hide file tree
Showing 5 changed files with 2,057 additions and 2,057 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219371,7 +219371,7 @@ <h2 id="RestrictionPolicyBinding">type <a href="https://github.com/DataDog/datad

<pre>type RestrictionPolicyBinding struct {
<span class="comment">// An array of principals. A principal is a subject or group of subjects.</span>
<span class="comment">// Each principal is formatted as `type:id`. Supported types: `role`, `team` (beta), `user` (beta), and `org`.</span>
<span class="comment">// Each principal is formatted as `type:id`. Supported types: `role`, `team`, `user`, and `org`.</span>
<span class="comment">// The org ID can be obtained through the api/v2/current_user API.</span>
<span class="comment">// The user principal type accepts service account IDs.</span>
<span id="RestrictionPolicyBinding.Principals"></span> Principals []<a href="https://pkg.go.dev/builtin/#string">string</a> `json:&#34;principals&#34;`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2>
<td></td>
<td align="right">14734</td>
<td></td>
<td align="left">2023-10-12 18:09:41.487652666 +0000 UTC</td>
<td align="left">2023-10-12 19:07:20.522909613 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -88,7 +88,7 @@ <h2>
<td></td>
<td align="right">17315</td>
<td></td>
<td align="left">2023-10-12 18:09:41.487652666 +0000 UTC</td>
<td align="left">2023-10-12 19:07:20.522909613 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -97,7 +97,7 @@ <h2>
<td></td>
<td align="right">405</td>
<td></td>
<td align="left">2023-10-12 18:09:41.487652666 +0000 UTC</td>
<td align="left">2023-10-12 19:07:20.522909613 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -106,7 +106,7 @@ <h2>
<td></td>
<td align="right">13038</td>
<td></td>
<td align="left">2023-10-12 18:09:41.487652666 +0000 UTC</td>
<td align="left">2023-10-12 19:07:20.522909613 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -115,7 +115,7 @@ <h2>
<td></td>
<td align="right">589</td>
<td></td>
<td align="left">2023-10-12 18:09:41.487652666 +0000 UTC</td>
<td align="left">2023-10-12 19:07:20.522909613 +0000 UTC</td>
</tr>


Expand Down
Loading

0 comments on commit cac9e72

Please sign in to comment.