msdyn_connectordatasource table/entity reference

Note

Unsure about table vs. entity? See Developers: Understand terminology in Microsoft Dataverse.

Added by: Virtual Connector Provider Solution

Messages

Message Web API Operation SDK class or method
BulkRetain This message is to be executed only by Dataverse to trigger registered plug-ins and flows.
Create POST /msdyn_connectordatasources
See Create
CreateRequest or
Create
CreateMultiple CreateMultiple CreateMultipleRequest
Delete DELETE /msdyn_connectordatasources(msdyn_connectordatasourceid)
See Delete
DeleteRequest or
Delete
PurgeRetainedContent This message is to be executed only by Dataverse to trigger registered plug-ins and flows.
Retain This message is to be executed only by Dataverse to trigger registered plug-ins and flows.
Retrieve GET /msdyn_connectordatasources(msdyn_connectordatasourceid)
See Retrieve
RetrieveRequest or
Retrieve
RetrieveEntityChanges RetrieveEntityChangesRequest
RetrieveMultiple GET /msdyn_connectordatasources
See Query Data
RetrieveMultipleRequest or
RetrieveMultiple
RollbackRetain This message is to be executed only by Dataverse to trigger registered plug-ins and flows.
Update PATCH /msdyn_connectordatasources(msdyn_connectordatasourceid)
See Update
UpdateRequest or
Update
UpdateMultiple UpdateMultiple UpdateMultipleRequest
ValidateRetentionConfig This message is to be executed only by Dataverse to trigger registered plug-ins and flows.

Properties

Property Value
CollectionSchemaName msdyn_connectordatasources
DisplayCollectionName Virtual Connector Data Sources
DisplayName Virtual Connector Data Source
EntitySetName msdyn_connectordatasources
IsBPFEntity False
LogicalCollectionName msdyn_connectordatasources
LogicalName msdyn_connectordatasource
OwnershipType OrganizationOwned
PrimaryIdAttribute msdyn_connectordatasourceid
PrimaryNameAttribute msdyn_name
SchemaName msdyn_connectordatasource

Writable columns/attributes

These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.

msdyn_appsenvironment

Property Value
Description
DisplayName appsenvironment
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName msdyn_appsenvironment
MaxLength 100
RequiredLevel None
Type String

msdyn_clientid

Property Value
Description
DisplayName clientid
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName msdyn_clientid
MaxLength 100
RequiredLevel None
Type String

msdyn_clientsecret

Property Value
Description
DisplayName clientsecret
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName msdyn_clientsecret
MaxLength 100
RequiredLevel None
Type String

msdyn_connectionreference

Property Value
Description
DisplayName connectionreference
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName msdyn_connectionreference
MaxLength 100
RequiredLevel None
Type String

msdyn_ConnectionReferenceId

Property Value
Description Unique identifier for Connection Reference associated with ConnectorDataSource.
DisplayName Connection Reference
IsValidForForm True
IsValidForRead True
LogicalName msdyn_connectionreferenceid
RequiredLevel None
Targets connectionreference
Type Lookup

msdyn_connectordatasourceId

Property Value
Description Unique identifier for entity instances
DisplayName ConnectorDataSource
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName msdyn_connectordatasourceid
RequiredLevel SystemRequired
Type Uniqueidentifier

msdyn_connectortype

Property Value
Description
DisplayName Connector Type
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName msdyn_connectortype
MaxLength 100
RequiredLevel None
Type String

msdyn_dataset_value

Property Value
Description
DisplayName Dataset Value
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName msdyn_dataset_value
MaxLength 4000
RequiredLevel None
Type String

msdyn_host

Property Value
Description
DisplayName host
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName msdyn_host
MaxLength 100
RequiredLevel None
Type String

msdyn_name

Property Value
Description
DisplayName Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName msdyn_name
MaxLength 100
RequiredLevel None
Type String

msdyn_resource

Property Value
Description
DisplayName resource
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName msdyn_resource
MaxLength 100
RequiredLevel None
Type String

msdyn_tenant

Property Value
Description
DisplayName tenant
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName msdyn_tenant
MaxLength 100
RequiredLevel None
Type String

msdyn_userauth

Property Value
Description
DisplayName User authentication
IsValidForForm True
IsValidForRead True
LogicalName msdyn_userauth
RequiredLevel None
Type Boolean

msdyn_userauth Choices/Options

Value Label Description
1 Yes
0 No

DefaultValue: 0

Read-only columns/attributes

These columns/attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.

msdyn_ConnectionReferenceIdName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName msdyn_connectionreferenceidname
MaxLength 200
RequiredLevel None
Type String

Many-To-One Relationships

Each Many-To-One relationship is defined by a corresponding One-To-Many relationship with the related table. Listed by SchemaName.

msdyn_connreference_msdyn_connectordatasource

Added by: Power Platform Connection References Solution

See the msdyn_connreference_msdyn_connectordatasource one-to-many relationship for the connectionreference table/entity.

See also

Dataverse table/entity reference
Web API Reference
msdyn_connectordatasource EntityType