PurviewAuditDataConnectorProperties interface

PurviewAudit data connector properties.

Extends

Properties

connectorDefinitionName

The connector definition name (the dataConnectorDefinition resource id).

dataTypes

The available data types for the connector.

dcrConfig

The DCR related properties.

sourceType

The source type indicates which kind of data is relevant for this connector.

Inherited Properties

tenantId

The tenant id to connect to, and get the data from.

Property Details

connectorDefinitionName

The connector definition name (the dataConnectorDefinition resource id).

connectorDefinitionName?: string

Property Value

string

dataTypes

The available data types for the connector.

dataTypes: PurviewAuditConnectorDataTypes

Property Value

dcrConfig

The DCR related properties.

dcrConfig?: DCRConfiguration

Property Value

sourceType

The source type indicates which kind of data is relevant for this connector.

sourceType?: string

Property Value

string

Inherited Property Details

tenantId

The tenant id to connect to, and get the data from.

tenantId: string

Property Value

string

Inherited From DataConnectorTenantId.tenantId