ServiceEndpoint
- Namespace:
PPDS.Dataverse.Generated - Assembly:
PPDS.Dataverse - Kind: Class
- Base:
Entity - Implements:
INotifyPropertyChanged,INotifyPropertyChanging,IExtensibleDataObject
Summary
Service endpoint that can be contacted.
Members
Constructors
ServiceEndpoint()
ServiceEndpoint()
Default Constructor.
Properties
AuthType
Nullable<serviceendpoint_authtype> AuthType { get; set; }
Specifies mode of authentication with SB
AuthValue
string AuthValue { get; set; }
Authentication Value
ComponentState
Nullable<componentstate> ComponentState { get; }
For internal use only.
ConnectionMode
Nullable<serviceendpoint_connectionmode> ConnectionMode { get; set; }
Connection mode to contact the service endpoint.
Contract
Nullable<serviceendpoint_contract> Contract { get; set; }
Type of the endpoint contract.
CreatedBy
EntityReference CreatedBy { get; }
Unique identifier of the user who created the service endpoint.
CreatedOn
Nullable<DateTime> CreatedOn { get; }
Date and time when the service endpoint was created.
CreatedOnBehalfBy
EntityReference CreatedOnBehalfBy { get; }
Unique identifier of the delegate user who created the service endpoint.
Description
string Description { get; set; }
Description of the service endpoint.
IntroducedVersion
string IntroducedVersion { get; set; }
Version in which the form is introduced.
IsCustomizable
BooleanManagedProperty IsCustomizable { get; set; }
Information that specifies whether this component can be customized.
IsManaged
Nullable<bool> IsManaged { get; }
Information that specifies whether this component is managed.
KeyVaultReferenceId
EntityReference KeyVaultReferenceId { get; set; }
Unique identifier for keyvaultreference associated with serviceendpoint.
ManagedIdentityId
EntityReference ManagedIdentityId { get; set; }
Unique identifier for managed identity associated with serviceendpoint.
MessageCharset
Nullable<serviceendpoint_messagecharset> MessageCharset { get; set; }
Specifies the character encoding for message content
MessageFormat
Nullable<serviceendpoint_messageformat> MessageFormat { get; set; }
Content type of the message
ModifiedBy
EntityReference ModifiedBy { get; }
Unique identifier of the user who last modified the service endpoint.
ModifiedOn
Nullable<DateTime> ModifiedOn { get; }
Date and time when the service endpoint was last modified.
ModifiedOnBehalfBy
EntityReference ModifiedOnBehalfBy { get; }
Unique identifier of the delegate user who modified the service endpoint.
Name
string Name { get; set; }
Name of Service end point.
NamespaceAddress
string NamespaceAddress { get; set; }
Full service endpoint address.
NamespaceFormat
Nullable<serviceendpoint_namespaceformat> NamespaceFormat { get; set; }
Format of Service Bus Namespace
OrganizationId
EntityReference OrganizationId { get; }
Unique identifier of the organization with which the service endpoint is associated.
OverwriteTime
Nullable<DateTime> OverwriteTime { get; }
For internal use only.
Path
string Path { get; set; }
Path to the service endpoint.
RuntimeIntegrationProperties
string RuntimeIntegrationProperties { get; set; }
For internal use only. Holds miscellaneous properties related to runtime integration.
SASKey
string SASKey { get; set; }
Shared Access Key
SASKeyName
string SASKeyName { get; set; }
Shared Access Key Name
SASToken
string SASToken { get; set; }
Shared Access Token
SchemaType
Nullable<serviceendpoint_schematype> SchemaType { get; set; }
Specifies schema type for event grid events
ServiceEndpointId
Nullable<Guid> ServiceEndpointId { get; set; }
Unique identifier of the service endpoint.
ServiceEndpointIdUnique
Nullable<Guid> ServiceEndpointIdUnique { get; }
Unique identifier of the service endpoint.
SolutionId
Nullable<Guid> SolutionId { get; }
Unique identifier of the associated solution.
SolutionNamespace
string SolutionNamespace { get; set; }
Namespace of the App Fabric solution.
Url
string Url { get; set; }
Full service endpoint Url.
UseKeyVaultConfiguration
Nullable<bool> UseKeyVaultConfiguration { get; set; }
Use Auth Information in KeyVault
UserClaim
Nullable<serviceendpoint_userclaim> UserClaim { get; set; }
Additional user claim value type.