次の方法で共有


FhirServiceAuthenticationConfiguration Class

Definition

Authentication configuration information

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.FhirServiceAuthenticationConfigurationTypeConverter))]
public class FhirServiceAuthenticationConfiguration : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServiceAuthenticationConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.FhirServiceAuthenticationConfigurationTypeConverter))>]
type FhirServiceAuthenticationConfiguration = class
    interface IFhirServiceAuthenticationConfiguration
    interface IJsonSerializable
Public Class FhirServiceAuthenticationConfiguration
Implements IFhirServiceAuthenticationConfiguration
Inheritance
FhirServiceAuthenticationConfiguration
Attributes
Implements

Constructors

FhirServiceAuthenticationConfiguration()

Creates an new FhirServiceAuthenticationConfiguration instance.

Properties

Audience

The audience url for the service

Authority

The authority url for the service

SmartProxyEnabled

If the SMART on FHIR proxy is enabled

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FhirServiceAuthenticationConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FhirServiceAuthenticationConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServiceAuthenticationConfiguration.

FromJsonString(String)

Creates a new instance of FhirServiceAuthenticationConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of FhirServiceAuthenticationConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to