@@ -35,6 +35,8 @@ Resource Types:
3535</li><li>
3636<a href="#targets.triggermesh.io/v1alpha1.AzureEventHubsTarget">AzureEventHubsTarget</a>
3737</li><li>
38+ <a href="#targets.triggermesh.io/v1alpha1.AzureSentinelTarget">AzureSentinelTarget</a>
39+ </li><li>
3840<a href="#targets.triggermesh.io/v1alpha1.CloudEventsTarget">CloudEventsTarget</a>
3941</li><li>
4042<a href="#targets.triggermesh.io/v1alpha1.ConfluentTarget">ConfluentTarget</a>
@@ -1512,6 +1514,153 @@ github.com/triggermesh/triggermesh/pkg/apis/common/v1alpha1.Status
15121514</tr>
15131515</tbody>
15141516</table>
1517+ <h3 id="targets.triggermesh.io/v1alpha1.AzureSentinelTarget">AzureSentinelTarget
1518+ </h3>
1519+ <p>
1520+ <p>AzureSentinelTarget is the Schema for an Azure Sentinel Target.</p>
1521+ </p>
1522+ <table>
1523+ <thead>
1524+ <tr>
1525+ <th>Field</th>
1526+ <th>Description</th>
1527+ </tr>
1528+ </thead>
1529+ <tbody>
1530+ <tr>
1531+ <td>
1532+ <code>apiVersion</code></br>
1533+ string</td>
1534+ <td>
1535+ <code>
1536+ targets.triggermesh.io/v1alpha1
1537+ </code>
1538+ </td>
1539+ </tr>
1540+ <tr>
1541+ <td>
1542+ <code>kind</code></br>
1543+ string
1544+ </td>
1545+ <td><code>AzureSentinelTarget</code></td>
1546+ </tr>
1547+ <tr>
1548+ <td>
1549+ <code>metadata</code></br>
1550+ <em>
1551+ <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta">
1552+ Kubernetes meta/v1.ObjectMeta
1553+ </a>
1554+ </em>
1555+ </td>
1556+ <td>
1557+ Refer to the Kubernetes API documentation for the fields of the
1558+ <code>metadata</code> field.
1559+ </td>
1560+ </tr>
1561+ <tr>
1562+ <td>
1563+ <code>spec</code></br>
1564+ <em>
1565+ <a href="#targets.triggermesh.io/v1alpha1.AzureSentinelTargetSpec">
1566+ AzureSentinelTargetSpec
1567+ </a>
1568+ </em>
1569+ </td>
1570+ <td>
1571+ <br/>
1572+ <br/>
1573+ <table>
1574+ <tr>
1575+ <td>
1576+ <code>subscriptionID</code></br>
1577+ <em>
1578+ string
1579+ </em>
1580+ </td>
1581+ <td>
1582+ <p>SubscriptionID refers to the Azure Subscription ID that the Azure Sentinel instance is associated with.</p>
1583+ </td>
1584+ </tr>
1585+ <tr>
1586+ <td>
1587+ <code>resourceGroup</code></br>
1588+ <em>
1589+ string
1590+ </em>
1591+ </td>
1592+ <td>
1593+ <p>ResourceGroup refers to the resource group where the Azure Sentinel instance is deployed.</p>
1594+ </td>
1595+ </tr>
1596+ <tr>
1597+ <td>
1598+ <code>workspace</code></br>
1599+ <em>
1600+ string
1601+ </em>
1602+ </td>
1603+ <td>
1604+ <p>Workspace refers to the workspace name in Azure Sentinel.</p>
1605+ </td>
1606+ </tr>
1607+ <tr>
1608+ <td>
1609+ <code>auth</code></br>
1610+ <em>
1611+ <a href="#targets.triggermesh.io/v1alpha1.AzureAuth">
1612+ AzureAuth
1613+ </a>
1614+ </em>
1615+ </td>
1616+ <td>
1617+ <p>Authentication method to interact with the Azure Event Hubs API.</p>
1618+ </td>
1619+ </tr>
1620+ <tr>
1621+ <td>
1622+ <code>eventOptions</code></br>
1623+ <em>
1624+ <a href="#targets.triggermesh.io/v1alpha1.EventOptions">
1625+ EventOptions
1626+ </a>
1627+ </em>
1628+ </td>
1629+ <td>
1630+ <p>EventOptions for targets</p>
1631+ </td>
1632+ </tr>
1633+ <tr>
1634+ <td>
1635+ <code>adapterOverrides</code></br>
1636+ <em>
1637+ <a href="https://pkg.go.dev/github.com/triggermesh/triggermesh/pkg/apis/common/v1alpha1#AdapterOverrides">
1638+ github.com/triggermesh/triggermesh/pkg/apis/common/v1alpha1.AdapterOverrides
1639+ </a>
1640+ </em>
1641+ </td>
1642+ <td>
1643+ <em>(Optional)</em>
1644+ <p>Adapter spec overrides parameters.</p>
1645+ </td>
1646+ </tr>
1647+ </table>
1648+ </td>
1649+ </tr>
1650+ <tr>
1651+ <td>
1652+ <code>status</code></br>
1653+ <em>
1654+ <a href="https://pkg.go.dev/github.com/triggermesh/triggermesh/pkg/apis/common/v1alpha1#Status">
1655+ github.com/triggermesh/triggermesh/pkg/apis/common/v1alpha1.Status
1656+ </a>
1657+ </em>
1658+ </td>
1659+ <td>
1660+ </td>
1661+ </tr>
1662+ </tbody>
1663+ </table>
15151664<h3 id="targets.triggermesh.io/v1alpha1.CloudEventsTarget">CloudEventsTarget
15161665</h3>
15171666<p>
@@ -6073,7 +6222,8 @@ github.com/triggermesh/triggermesh/pkg/apis/common/v1alpha1.AdapterOverrides
60736222</h3>
60746223<p>
60756224(<em>Appears on:</em>
6076- <a href="#targets.triggermesh.io/v1alpha1.AzureEventHubsTargetSpec">AzureEventHubsTargetSpec</a>)
6225+ <a href="#targets.triggermesh.io/v1alpha1.AzureEventHubsTargetSpec">AzureEventHubsTargetSpec</a>,
6226+ <a href="#targets.triggermesh.io/v1alpha1.AzureSentinelTargetSpec">AzureSentinelTargetSpec</a>)
60776227</p>
60786228<p>
60796229<p>AzureAuth contains multiple authentication methods for Azure services.</p>
@@ -6258,6 +6408,98 @@ github.com/triggermesh/triggermesh/pkg/apis/common/v1alpha1.ValueFromField
62586408</tr>
62596409</tbody>
62606410</table>
6411+ <h3 id="targets.triggermesh.io/v1alpha1.AzureSentinelTargetSpec">AzureSentinelTargetSpec
6412+ </h3>
6413+ <p>
6414+ (<em>Appears on:</em>
6415+ <a href="#targets.triggermesh.io/v1alpha1.AzureSentinelTarget">AzureSentinelTarget</a>)
6416+ </p>
6417+ <p>
6418+ <p>AzureSentinelTargetSpec holds the desired state of the event target.</p>
6419+ </p>
6420+ <table>
6421+ <thead>
6422+ <tr>
6423+ <th>Field</th>
6424+ <th>Description</th>
6425+ </tr>
6426+ </thead>
6427+ <tbody>
6428+ <tr>
6429+ <td>
6430+ <code>subscriptionID</code></br>
6431+ <em>
6432+ string
6433+ </em>
6434+ </td>
6435+ <td>
6436+ <p>SubscriptionID refers to the Azure Subscription ID that the Azure Sentinel instance is associated with.</p>
6437+ </td>
6438+ </tr>
6439+ <tr>
6440+ <td>
6441+ <code>resourceGroup</code></br>
6442+ <em>
6443+ string
6444+ </em>
6445+ </td>
6446+ <td>
6447+ <p>ResourceGroup refers to the resource group where the Azure Sentinel instance is deployed.</p>
6448+ </td>
6449+ </tr>
6450+ <tr>
6451+ <td>
6452+ <code>workspace</code></br>
6453+ <em>
6454+ string
6455+ </em>
6456+ </td>
6457+ <td>
6458+ <p>Workspace refers to the workspace name in Azure Sentinel.</p>
6459+ </td>
6460+ </tr>
6461+ <tr>
6462+ <td>
6463+ <code>auth</code></br>
6464+ <em>
6465+ <a href="#targets.triggermesh.io/v1alpha1.AzureAuth">
6466+ AzureAuth
6467+ </a>
6468+ </em>
6469+ </td>
6470+ <td>
6471+ <p>Authentication method to interact with the Azure Event Hubs API.</p>
6472+ </td>
6473+ </tr>
6474+ <tr>
6475+ <td>
6476+ <code>eventOptions</code></br>
6477+ <em>
6478+ <a href="#targets.triggermesh.io/v1alpha1.EventOptions">
6479+ EventOptions
6480+ </a>
6481+ </em>
6482+ </td>
6483+ <td>
6484+ <p>EventOptions for targets</p>
6485+ </td>
6486+ </tr>
6487+ <tr>
6488+ <td>
6489+ <code>adapterOverrides</code></br>
6490+ <em>
6491+ <a href="https://pkg.go.dev/github.com/triggermesh/triggermesh/pkg/apis/common/v1alpha1#AdapterOverrides">
6492+ github.com/triggermesh/triggermesh/pkg/apis/common/v1alpha1.AdapterOverrides
6493+ </a>
6494+ </em>
6495+ </td>
6496+ <td>
6497+ <em>(Optional)</em>
6498+ <p>Adapter spec overrides parameters.</p>
6499+ </td>
6500+ </tr>
6501+ </tbody>
6502+ </table>
62616503<h3 id="targets.triggermesh.io/v1alpha1.AzureServicePrincipal">AzureServicePrincipal
62626504</h3>
62636505<p>
@@ -6919,6 +7161,7 @@ string
69197161<a href="#targets.triggermesh.io/v1alpha1.AWSComprehendTargetSpec">AWSComprehendTargetSpec</a>,
69207162<a href="#targets.triggermesh.io/v1alpha1.AlibabaOSSTargetSpec">AlibabaOSSTargetSpec</a>,
69217163<a href="#targets.triggermesh.io/v1alpha1.AzureEventHubsTargetSpec">AzureEventHubsTargetSpec</a>,
7164+ <a href="#targets.triggermesh.io/v1alpha1.AzureSentinelTargetSpec">AzureSentinelTargetSpec</a>,
69227165<a href="#targets.triggermesh.io/v1alpha1.DatadogTargetSpec">DatadogTargetSpec</a>,
69237166<a href="#targets.triggermesh.io/v1alpha1.ElasticsearchTargetSpec">ElasticsearchTargetSpec</a>,
69247167<a href="#targets.triggermesh.io/v1alpha1.GoogleCloudFirestoreTargetSpec">GoogleCloudFirestoreTargetSpec</a>,
@@ -10001,5 +10244,5 @@ github.com/triggermesh/triggermesh/pkg/apis/common/v1alpha1.AdapterOverrides
1000110244<hr/>
1000210245<p><em>
1000310246Generated with <code>gen-crd-api-reference-docs</code>
10004- on git commit <code>e782e790 </code>.
10247+ on git commit <code>b22c2e53 </code>.
1000510248</em></p>
0 commit comments