SelfHostedIntegrationRuntimeStatus.InternalChannelEncryption Property

Definition

Gets it is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist). Possible values include: 'NotSet', 'SslEncrypted', 'NotEncrypted'

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.internalChannelEncryption")]
public string InternalChannelEncryption { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.internalChannelEncryption")>]
member this.InternalChannelEncryption : string
Public ReadOnly Property InternalChannelEncryption As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to