HealthcareApisServiceAuthenticationConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Authentication configuration information.
public class HealthcareApisServiceAuthenticationConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HealthcareApis.Models.HealthcareApisServiceAuthenticationConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HealthcareApis.Models.HealthcareApisServiceAuthenticationConfiguration>
public class HealthcareApisServiceAuthenticationConfiguration
type HealthcareApisServiceAuthenticationConfiguration = class
interface IJsonModel<HealthcareApisServiceAuthenticationConfiguration>
interface IPersistableModel<HealthcareApisServiceAuthenticationConfiguration>
type HealthcareApisServiceAuthenticationConfiguration = class
Public Class HealthcareApisServiceAuthenticationConfiguration
Implements IJsonModel(Of HealthcareApisServiceAuthenticationConfiguration), IPersistableModel(Of HealthcareApisServiceAuthenticationConfiguration)
Public Class HealthcareApisServiceAuthenticationConfiguration
- Inheritance
-
HealthcareApisServiceAuthenticationConfiguration
- Implements
Constructors
HealthcareApisServiceAuthenticationConfiguration() |
Initializes a new instance of HealthcareApisServiceAuthenticationConfiguration. |
Properties
Audience |
The audience url for the service. |
Authority |
The authority url for the service. |
IsSmartProxyEnabled |
If the SMART on FHIR proxy is enabled. |
Explicit Interface Implementations
IJsonModel<HealthcareApisServiceAuthenticationConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HealthcareApisServiceAuthenticationConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HealthcareApisServiceAuthenticationConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HealthcareApisServiceAuthenticationConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HealthcareApisServiceAuthenticationConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET