FhirServiceAuthenticationConfigurationArgs

data class FhirServiceAuthenticationConfigurationArgs(val audience: Output<String>? = null, val authority: Output<String>? = null, val smartIdentityProviders: Output<List<SmartIdentityProviderConfigurationArgs>>? = null, val smartProxyEnabled: Output<Boolean>? = null) : ConvertibleToJava<FhirServiceAuthenticationConfigurationArgs>

Authentication configuration information

Constructors

constructor(audience: Output<String>? = null, authority: Output<String>? = null, smartIdentityProviders: Output<List<SmartIdentityProviderConfigurationArgs>>? = null, smartProxyEnabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val audience: Output<String>? = null

The audience url for the service

Link copied to clipboard
val authority: Output<String>? = null

The authority url for the service

Link copied to clipboard

The array of identity provider configurations for SMART on FHIR authentication.

Link copied to clipboard
val smartProxyEnabled: Output<Boolean>? = null

If the SMART on FHIR proxy is enabled

Functions

Link copied to clipboard
open override fun toJava(): FhirServiceAuthenticationConfigurationArgs