AutomationActionEventHub interface
The target Event Hub to which event data will be exported. To learn more about Microsoft Defender for Cloud continuous export capabilities, visit https://aka.ms/ASCExportLearnMore
- Extends
Properties
| action |
Polymorphic discriminator, which specifies the different types this object can be |
| connection |
The target Event Hub connection string (it will not be included in any response). |
| event |
The target Event Hub Azure Resource ID. |
| is |
Indicates whether the trusted service is enabled or not. |
| sas |
The target Event Hub SAS policy name. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
actionType
Polymorphic discriminator, which specifies the different types this object can be
actionType: "EventHub"
Property Value
"EventHub"
connectionString
The target Event Hub connection string (it will not be included in any response).
connectionString?: string
Property Value
string
eventHubResourceId
The target Event Hub Azure Resource ID.
eventHubResourceId?: string
Property Value
string
isTrustedServiceEnabled
Indicates whether the trusted service is enabled or not.
isTrustedServiceEnabled?: boolean
Property Value
boolean
sasPolicyName
The target Event Hub SAS policy name. NOTE: This property will not be serialized. It can only be populated by the server.
sasPolicyName?: string
Property Value
string