AutomationActionEventHubResponse

data class AutomationActionEventHubResponse(val actionType: String, val connectionString: String? = null, val eventHubResourceId: String? = null, val isTrustedServiceEnabled: Boolean? = null, val sasPolicyName: String)

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

Constructors

Link copied to clipboard
constructor(actionType: String, connectionString: String? = null, eventHubResourceId: String? = null, isTrustedServiceEnabled: Boolean? = null, sasPolicyName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of the action that will be triggered by the Automation Expected value is 'EventHub'.

Link copied to clipboard

The target Event Hub connection string (it will not be included in any response).

Link copied to clipboard

The target Event Hub Azure Resource ID.

Link copied to clipboard

Indicates whether the trusted service is enabled or not.

Link copied to clipboard

The target Event Hub SAS policy name.