Skip to content

Commit

Permalink
Allow creation of Application Security detection rules from the v2 API (
Browse files Browse the repository at this point in the history
#2300)

Co-authored-by: ci.datadog-api-spec <[email protected]> 47a46e9
  • Loading branch information
1 parent 8e0b268 commit 28050e4
Show file tree
Hide file tree
Showing 5 changed files with 2,235 additions and 2,232 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261246,8 +261246,9 @@ <h2 id="SecurityMonitoringRuleTypeCreate">type <a href="https://github.com/DataD
<p>List of SecurityMonitoringRuleTypeCreate.

<pre>const (
<span id="SECURITYMONITORINGRULETYPECREATE_LOG_DETECTION">SECURITYMONITORINGRULETYPECREATE_LOG_DETECTION</span> <a href="#SecurityMonitoringRuleTypeCreate">SecurityMonitoringRuleTypeCreate</a> = &#34;log_detection&#34;
<span id="SECURITYMONITORINGRULETYPECREATE_WORKLOAD_SECURITY">SECURITYMONITORINGRULETYPECREATE_WORKLOAD_SECURITY</span> <a href="#SecurityMonitoringRuleTypeCreate">SecurityMonitoringRuleTypeCreate</a> = &#34;workload_security&#34;
<span id="SECURITYMONITORINGRULETYPECREATE_APPLICATION_SECURITY">SECURITYMONITORINGRULETYPECREATE_APPLICATION_SECURITY</span> <a href="#SecurityMonitoringRuleTypeCreate">SecurityMonitoringRuleTypeCreate</a> = &#34;application_security&#34;
<span id="SECURITYMONITORINGRULETYPECREATE_LOG_DETECTION">SECURITYMONITORINGRULETYPECREATE_LOG_DETECTION</span> <a href="#SecurityMonitoringRuleTypeCreate">SecurityMonitoringRuleTypeCreate</a> = &#34;log_detection&#34;
<span id="SECURITYMONITORINGRULETYPECREATE_WORKLOAD_SECURITY">SECURITYMONITORINGRULETYPECREATE_WORKLOAD_SECURITY</span> <a href="#SecurityMonitoringRuleTypeCreate">SecurityMonitoringRuleTypeCreate</a> = &#34;workload_security&#34;
)</pre>


Expand All @@ -261259,7 +261260,7 @@ <h2 id="SecurityMonitoringRuleTypeCreate">type <a href="https://github.com/DataD



<h3 id="NewSecurityMonitoringRuleTypeCreateFromValue">func <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/model_security_monitoring_rule_type_create.go#L45">NewSecurityMonitoringRuleTypeCreateFromValue</a>
<h3 id="NewSecurityMonitoringRuleTypeCreateFromValue">func <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/model_security_monitoring_rule_type_create.go#L47">NewSecurityMonitoringRuleTypeCreateFromValue</a>
<a class="permalink" href="#NewSecurityMonitoringRuleTypeCreateFromValue">&#xb6;</a>


Expand All @@ -261274,7 +261275,7 @@ <h3 id="NewSecurityMonitoringRuleTypeCreateFromValue">func <a href="https://gith



<h3 id="SecurityMonitoringRuleTypeCreate.GetAllowedValues">func (*SecurityMonitoringRuleTypeCreate) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/model_security_monitoring_rule_type_create.go#L28">GetAllowedValues</a>
<h3 id="SecurityMonitoringRuleTypeCreate.GetAllowedValues">func (*SecurityMonitoringRuleTypeCreate) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/model_security_monitoring_rule_type_create.go#L30">GetAllowedValues</a>
<a class="permalink" href="#SecurityMonitoringRuleTypeCreate.GetAllowedValues">&#xb6;</a>


Expand All @@ -261287,7 +261288,7 @@ <h3 id="SecurityMonitoringRuleTypeCreate.GetAllowedValues">func (*SecurityMonito



<h3 id="SecurityMonitoringRuleTypeCreate.IsValid">func (SecurityMonitoringRuleTypeCreate) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/model_security_monitoring_rule_type_create.go#L54">IsValid</a>
<h3 id="SecurityMonitoringRuleTypeCreate.IsValid">func (SecurityMonitoringRuleTypeCreate) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/model_security_monitoring_rule_type_create.go#L56">IsValid</a>
<a class="permalink" href="#SecurityMonitoringRuleTypeCreate.IsValid">&#xb6;</a>


Expand All @@ -261300,7 +261301,7 @@ <h3 id="SecurityMonitoringRuleTypeCreate.IsValid">func (SecurityMonitoringRuleTy



<h3 id="SecurityMonitoringRuleTypeCreate.Ptr">func (SecurityMonitoringRuleTypeCreate) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/model_security_monitoring_rule_type_create.go#L64">Ptr</a>
<h3 id="SecurityMonitoringRuleTypeCreate.Ptr">func (SecurityMonitoringRuleTypeCreate) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/model_security_monitoring_rule_type_create.go#L66">Ptr</a>
<a class="permalink" href="#SecurityMonitoringRuleTypeCreate.Ptr">&#xb6;</a>


Expand All @@ -261313,7 +261314,7 @@ <h3 id="SecurityMonitoringRuleTypeCreate.Ptr">func (SecurityMonitoringRuleTypeCr



<h3 id="SecurityMonitoringRuleTypeCreate.UnmarshalJSON">func (*SecurityMonitoringRuleTypeCreate) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/model_security_monitoring_rule_type_create.go#L33">UnmarshalJSON</a>
<h3 id="SecurityMonitoringRuleTypeCreate.UnmarshalJSON">func (*SecurityMonitoringRuleTypeCreate) <a href="https://github.com/DataDog/datadog-api-client-go/blob/master/api/datadogV2/model_security_monitoring_rule_type_create.go#L35">UnmarshalJSON</a>
<a class="permalink" href="#SecurityMonitoringRuleTypeCreate.UnmarshalJSON">&#xb6;</a>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2>
<td></td>
<td align="right">14700</td>
<td></td>
<td align="left">2023-12-04 18:57:25.940845052 +0000 UTC</td>
<td align="left">2023-12-05 14:26:25.197237062 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -88,7 +88,7 @@ <h2>
<td></td>
<td align="right">17786</td>
<td></td>
<td align="left">2023-12-04 18:57:25.940845052 +0000 UTC</td>
<td align="left">2023-12-05 14:26:25.197237062 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -97,7 +97,7 @@ <h2>
<td></td>
<td align="right">622</td>
<td></td>
<td align="left">2023-12-04 18:57:25.940845052 +0000 UTC</td>
<td align="left">2023-12-05 14:26:25.197237062 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -106,7 +106,7 @@ <h2>
<td></td>
<td align="right">633</td>
<td></td>
<td align="left">2023-12-04 18:57:25.940845052 +0000 UTC</td>
<td align="left">2023-12-05 14:26:25.197237062 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -115,7 +115,7 @@ <h2>
<td></td>
<td align="right">405</td>
<td></td>
<td align="left">2023-12-04 18:57:25.940845052 +0000 UTC</td>
<td align="left">2023-12-05 14:26:25.197237062 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -124,7 +124,7 @@ <h2>
<td></td>
<td align="right">12924</td>
<td></td>
<td align="left">2023-12-04 18:57:25.940845052 +0000 UTC</td>
<td align="left">2023-12-05 14:26:25.197237062 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -133,7 +133,7 @@ <h2>
<td></td>
<td align="right">589</td>
<td></td>
<td align="left">2023-12-04 18:57:25.940845052 +0000 UTC</td>
<td align="left">2023-12-05 14:26:25.197237062 +0000 UTC</td>
</tr>


Expand Down
Loading

0 comments on commit 28050e4

Please sign in to comment.