ServiceEndpoint table/entity reference

Note

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

Service endpoint that can be contacted.

Messages

Message Web API Operation SDK class or method
Create POST /serviceendpoints
See Create
CreateRequest or
Create
Delete DELETE /serviceendpoints(serviceendpointid)
See Delete
DeleteRequest or
Delete
Retrieve GET /serviceendpoints(serviceendpointid)
See Retrieve
RetrieveRequest or
Retrieve
RetrieveMultiple GET /serviceendpoints
See Query Data
RetrieveMultipleRequest or
RetrieveMultiple
TriggerServiceEndpointCheck TriggerServiceEndpointCheck TriggerServiceEndpointCheckRequest
Update PATCH /serviceendpoints(serviceendpointid)
See Update
UpdateRequest or
Update

Properties

Property Value
CollectionSchemaName ServiceEndpoints
DisplayCollectionName Service Endpoints
DisplayName Service Endpoint
EntitySetName serviceendpoints
IsBPFEntity False
LogicalCollectionName serviceendpoints
LogicalName serviceendpoint
OwnershipType OrganizationOwned
PrimaryIdAttribute serviceendpointid
PrimaryNameAttribute name
SchemaName ServiceEndpoint

Writable columns/attributes

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

AuthType

Property Value
Description Specifies mode of authentication with SB
DisplayName Specifies mode of authentication with SB
IsValidForForm True
IsValidForRead True
LogicalName authtype
RequiredLevel None
Type Picklist

AuthType Choices/Options

Value Label Description
1 ACS
2 SAS Key
3 SAS Token
4 Webhook Key
5 Http Header
6 Http Query String
7 Connection String
8 Access Key

AuthValue

Property Value
Description Authentication Value
DisplayName Authentication Value
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead False
LogicalName authvalue
MaxLength 2048
RequiredLevel None
Type String

ConnectionMode

Property Value
Description Connection mode to contact the service endpoint.
DisplayName Connection Mode
IsValidForForm True
IsValidForRead True
LogicalName connectionmode
RequiredLevel SystemRequired
Type Picklist

ConnectionMode Choices/Options

Value Label Description
1 Normal
2 Federated

Contract

Property Value
Description Type of the endpoint contract.
DisplayName Contract
IsValidForForm True
IsValidForRead True
LogicalName contract
RequiredLevel SystemRequired
Type Picklist

Contract Choices/Options

Value Label Description
1 OneWay
2 Queue
3 Rest
4 TwoWay
5 Topic
6 Queue (Persistent)
7 Event Hub
8 Webhook
9 Event Grid
10 Managed Data Lake

Description

Property Value
Description Description of the service endpoint.
DisplayName Description
Format TextArea
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName description
MaxLength 2000
RequiredLevel None
Type Memo

IntroducedVersion

Property Value
Description Version in which the form is introduced.
DisplayName Introduced Version
FormatName VersionNumber
IsLocalizable False
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName introducedversion
MaxLength 48
RequiredLevel None
Type String

IsCustomizable

Property Value
Description Information that specifies whether this component can be customized.
DisplayName Customizable
IsValidForForm False
IsValidForRead True
LogicalName iscustomizable
RequiredLevel SystemRequired
Type ManagedProperty

KeyVaultReferenceId

Added by: msft_ServiceEndpointExtensions Solution

Property Value
Description Unique identifier for keyvaultreference associated with serviceendpoint.
DisplayName KeyVaultReferenceId
IsValidForForm True
IsValidForRead True
LogicalName keyvaultreferenceid
RequiredLevel None
Targets keyvaultreference
Type Lookup

MessageCharset

Added by: ServiceEndpointInfrastructure Solution

Property Value
Description Specifies the character encoding for message content
DisplayName Specifies the character encoding to be used for messages sent to a service endpoint
IsValidForForm False
IsValidForRead True
LogicalName messagecharset
RequiredLevel None
Type Picklist

MessageCharset Choices/Options

Value Label Description
0 Default
1 UTF8

MessageFormat

Property Value
Description Content type of the message
DisplayName Content type of the message
IsValidForForm True
IsValidForRead True
LogicalName messageformat
RequiredLevel None
Type Picklist

MessageFormat Choices/Options

Value Label Description
1 Binary XML
2 Json
3 Text XML

Name

Property Value
Description Name of Service end point.
DisplayName Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName name
MaxLength 256
RequiredLevel SystemRequired
Type String

NamespaceAddress

Property Value
Description Full service endpoint address.
DisplayName Namespace Address
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName namespaceaddress
MaxLength 255
RequiredLevel None
Type String

NamespaceFormat

Property Value
Description Format of Service Bus Namespace
DisplayName Format of Service Bus Namespace
IsValidForForm True
IsValidForRead True
LogicalName namespaceformat
RequiredLevel None
Type Picklist

NamespaceFormat Choices/Options

Value Label Description
1 Namespace Name
2 Namespace Address

Path

Property Value
Description Path to the service endpoint.
DisplayName Path
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName path
MaxLength 160
RequiredLevel SystemRequired
Type String

RuntimeIntegrationProperties

Added by: RuntimeIntegration Solution

Property Value
Description For internal use only. Holds miscellaneous properties related to runtime integration.
DisplayName Runtime Integration Properties
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName runtimeintegrationproperties
MaxLength 512
RequiredLevel None
Type String

SASKey

Property Value
Description Shared Access Key
DisplayName Shared Access Key
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead False
LogicalName saskey
MaxLength 256
RequiredLevel None
Type String

SASKeyName

Property Value
Description Shared Access Key Name
DisplayName Shared Access Key Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName saskeyname
MaxLength 256
RequiredLevel None
Type String

SASToken

Property Value
Description Shared Access Token
DisplayName Shared Access Token
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead False
LogicalName sastoken
MaxLength 256
RequiredLevel None
Type String

SchemaType

Added by: ServiceEndpointInfrastructure Solution

Property Value
Description Specifies schema type for event grid events
DisplayName Specifies schema type for event grid events
IsValidForForm False
IsValidForRead True
LogicalName schematype
RequiredLevel None
Type Picklist

SchemaType Choices/Options

Value Label Description
1 Event Grid
2 Cloud Events

ServiceEndpointId

Property Value
Description Unique identifier of the service endpoint.
DisplayName
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName serviceendpointid
RequiredLevel SystemRequired
Type Uniqueidentifier

SolutionNamespace

Property Value
Description Namespace of the App Fabric solution.
DisplayName Service Namespace
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName solutionnamespace
MaxLength 160
RequiredLevel SystemRequired
Type String

Url

Property Value
Description Full service endpoint Url.
DisplayName Url Address
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName url
MaxLength 2000
RequiredLevel None
Type String

UseKeyVaultConfiguration

Added by: msft_ServiceEndpointExtensions Solution

Property Value
Description Use Auth Information in KeyVault
DisplayName Use Auth Information in KeyVault
IsValidForForm True
IsValidForRead True
LogicalName usekeyvaultconfiguration
RequiredLevel None
Type Boolean

UseKeyVaultConfiguration Choices/Options

Value Label Description
1 Yes
0 No

DefaultValue: 0

UserClaim

Property Value
Description Additional user claim value type.
DisplayName User Claim
IsValidForForm True
IsValidForRead True
LogicalName userclaim
RequiredLevel SystemRequired
Type Picklist

UserClaim Choices/Options

Value Label Description
1 None
2 UserId
3 UserInfo

Read-only columns/attributes

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

ComponentState

Property Value
Description For internal use only.
DisplayName Component State
IsValidForForm False
IsValidForRead True
LogicalName componentstate
RequiredLevel SystemRequired
Type Picklist

ComponentState Choices/Options

Value Label Description
0 Published
1 Unpublished
2 Deleted
3 Deleted Unpublished

CreatedBy

Property Value
Description Unique identifier of the user who created the service endpoint.
DisplayName Created By
IsValidForForm True
IsValidForRead True
LogicalName createdby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedOn

Property Value
DateTimeBehavior UserLocal
Description Date and time when the service endpoint was created.
DisplayName Created On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName createdon
RequiredLevel None
Type DateTime

CreatedOnBehalfBy

Property Value
Description Unique identifier of the delegate user who created the service endpoint.
DisplayName Created By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName createdonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedOnBehalfByName

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

CreatedOnBehalfByYomiName

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

IsAuthValueSet

Property Value
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName isauthvalueset
RequiredLevel None
Type Boolean

IsAuthValueSet Choices/Options

Value Label Description
1 Yes
0 No

DefaultValue: 0

IsManaged

Property Value
Description Information that specifies whether this component is managed.
DisplayName State
IsValidForForm False
IsValidForRead True
LogicalName ismanaged
RequiredLevel SystemRequired
Type Boolean

IsManaged Choices/Options

Value Label Description
1 Managed
0 Unmanaged

DefaultValue: 0

IsSASKeySet

Property Value
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName issaskeyset
RequiredLevel None
Type Boolean

IsSASKeySet Choices/Options

Value Label Description
1 Yes
0 No

DefaultValue: 0

IsSASTokenSet

Property Value
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName issastokenset
RequiredLevel None
Type Boolean

IsSASTokenSet Choices/Options

Value Label Description
1 Yes
0 No

DefaultValue: 0

keyvaultreferenceidName

Added by: msft_ServiceEndpointExtensions Solution

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

ModifiedBy

Property Value
Description Unique identifier of the user who last modified the service endpoint.
DisplayName Modified By
IsValidForForm True
IsValidForRead True
LogicalName modifiedby
RequiredLevel None
Targets systemuser
Type Lookup

ModifiedOn

Property Value
DateTimeBehavior UserLocal
Description Date and time when the service endpoint was last modified.
DisplayName Modified On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName modifiedon
RequiredLevel None
Type DateTime

ModifiedOnBehalfBy

Property Value
Description Unique identifier of the delegate user who modified the service endpoint.
DisplayName Modified By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName modifiedonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

ModifiedOnBehalfByName

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

ModifiedOnBehalfByYomiName

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

OrganizationId

Property Value
Description Unique identifier of the organization with which the service endpoint is associated.
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName organizationid
RequiredLevel SystemRequired
Targets organization
Type Lookup

OverwriteTime

Property Value
DateTimeBehavior UserLocal
Description For internal use only.
DisplayName Record Overwrite Time
Format DateOnly
IsValidForForm False
IsValidForRead True
LogicalName overwritetime
RequiredLevel SystemRequired
Type DateTime

ServiceEndpointIdUnique

Property Value
Description Unique identifier of the service endpoint.
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName serviceendpointidunique
RequiredLevel SystemRequired
Type Uniqueidentifier

SolutionId

Property Value
Description Unique identifier of the associated solution.
DisplayName Solution
IsValidForForm False
IsValidForRead True
LogicalName solutionid
RequiredLevel SystemRequired
Type Uniqueidentifier

SupportingSolutionId

Property Value
Description For internal use only.
DisplayName Solution
IsValidForForm False
IsValidForRead False
LogicalName supportingsolutionid
RequiredLevel None
Type Uniqueidentifier

One-To-Many Relationships

Listed by SchemaName.

serviceendpoint_sdkmessageprocessingstep

Same as the serviceendpoint_sdkmessageprocessingstep many-to-one relationship for the sdkmessageprocessingstep table/entity.

Property Value
ReferencingEntity sdkmessageprocessingstep
ReferencingAttribute eventhandler
IsHierarchical False
IsCustomizable False
ReferencedEntityNavigationPropertyName serviceendpoint_sdkmessageprocessingstep
AssociatedMenuConfiguration Behavior: DoNotDisplay
Group: Details
Label:
Order:
CascadeConfiguration Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
Share: NoCascade
Unshare: NoCascade

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.

createdby_serviceendpoint

See the createdby_serviceendpoint one-to-many relationship for the systemuser table/entity.

lk_serviceendpointbase_modifiedonbehalfby

See the lk_serviceendpointbase_modifiedonbehalfby one-to-many relationship for the systemuser table/entity.

modifiedby_serviceendpoint

See the modifiedby_serviceendpoint one-to-many relationship for the systemuser table/entity.

organization_serviceendpoint

See the organization_serviceendpoint one-to-many relationship for the organization table/entity.

lk_serviceendpointbase_createdonbehalfby

See the lk_serviceendpointbase_createdonbehalfby one-to-many relationship for the systemuser table/entity.

keyvaultreference_ServiceEndpoint

Added by: ManagedIdentityExtensions Solution

See the keyvaultreference_ServiceEndpoint one-to-many relationship for the keyvaultreference table/entity.

See also

Dataverse table/entity reference
Web API Reference
serviceendpoint EntityType