@@ -35,6 +35,8 @@ Resource Types:
35
35
</li ><li >
36
36
<a href =" #targets.triggermesh.io/v1alpha1.AzureEventHubsTarget " >AzureEventHubsTarget</a >
37
37
</li ><li >
38
+ <a href =" #targets.triggermesh.io/v1alpha1.AzureSentinelTarget " >AzureSentinelTarget</a >
39
+ </li ><li >
38
40
<a href =" #targets.triggermesh.io/v1alpha1.CloudEventsTarget " >CloudEventsTarget</a >
39
41
</li ><li >
40
42
<a href =" #targets.triggermesh.io/v1alpha1.ConfluentTarget " >ConfluentTarget</a >
@@ -1512,6 +1514,153 @@ github.com/triggermesh/triggermesh/pkg/apis/common/v1alpha1.Status
1512
1514
</tr >
1513
1515
</tbody >
1514
1516
</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 >
1515
1664
<h3 id =" targets.triggermesh.io/v1alpha1.CloudEventsTarget " >CloudEventsTarget
1516
1665
</h3 >
1517
1666
<p >
@@ -6073,7 +6222,8 @@ github.com/triggermesh/triggermesh/pkg/apis/common/v1alpha1.AdapterOverrides
6073
6222
</h3 >
6074
6223
<p >
6075
6224
(<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 >)
6077
6227
</p >
6078
6228
<p >
6079
6229
<p >AzureAuth contains multiple authentication methods for Azure services.</p >
@@ -6258,6 +6408,98 @@ github.com/triggermesh/triggermesh/pkg/apis/common/v1alpha1.ValueFromField
6258
6408
</tr >
6259
6409
</tbody >
6260
6410
</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 >
6261
6503
<h3 id =" targets.triggermesh.io/v1alpha1.AzureServicePrincipal " >AzureServicePrincipal
6262
6504
</h3 >
6263
6505
<p >
@@ -6919,6 +7161,7 @@ string
6919
7161
<a href =" #targets.triggermesh.io/v1alpha1.AWSComprehendTargetSpec " >AWSComprehendTargetSpec</a >,
6920
7162
<a href =" #targets.triggermesh.io/v1alpha1.AlibabaOSSTargetSpec " >AlibabaOSSTargetSpec</a >,
6921
7163
<a href =" #targets.triggermesh.io/v1alpha1.AzureEventHubsTargetSpec " >AzureEventHubsTargetSpec</a >,
7164
+ <a href =" #targets.triggermesh.io/v1alpha1.AzureSentinelTargetSpec " >AzureSentinelTargetSpec</a >,
6922
7165
<a href =" #targets.triggermesh.io/v1alpha1.DatadogTargetSpec " >DatadogTargetSpec</a >,
6923
7166
<a href =" #targets.triggermesh.io/v1alpha1.ElasticsearchTargetSpec " >ElasticsearchTargetSpec</a >,
6924
7167
<a href =" #targets.triggermesh.io/v1alpha1.GoogleCloudFirestoreTargetSpec " >GoogleCloudFirestoreTargetSpec</a >,
@@ -10001,5 +10244,5 @@ github.com/triggermesh/triggermesh/pkg/apis/common/v1alpha1.AdapterOverrides
10001
10244
<hr />
10002
10245
<p ><em >
10003
10246
Generated with <code >gen-crd-api-reference-docs</code >
10004
- on git commit <code >e782e790 </code >.
10247
+ on git commit <code >b22c2e53 </code >.
10005
10248
</em ></p >
0 commit comments