PurviewAuditDataConnectorProperties interface
PurviewAudit data connector properties.
- Extends
Properties
| connector |
The connector definition name (the dataConnectorDefinition resource id). |
| data |
The available data types for the connector. |
| dcr |
The DCR related properties. |
| source |
The source type indicates which kind of data is relevant for this connector. |
Inherited Properties
| tenant |
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
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