ServiceAuthenticationConfigurationInfo.SmartProxyEnabled Property

Definition

Gets or sets if the SMART on FHIR proxy is enabled

[Newtonsoft.Json.JsonProperty(PropertyName="smartProxyEnabled")]
public bool? SmartProxyEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="smartProxyEnabled")>]
member this.SmartProxyEnabled : Nullable<bool> with get, set
Public Property SmartProxyEnabled As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to