ServiceAuthenticationConfigurationArgs

data class ServiceAuthenticationConfigurationArgs(val audience: Output<String>? = null, val authority: Output<String>? = null, val smartProxyEnabled: Output<Boolean>? = null) : ConvertibleToJava<ServiceAuthenticationConfigurationArgs>

Constructors

Link copied to clipboard
constructor(audience: Output<String>? = null, authority: Output<String>? = null, smartProxyEnabled: Output<Boolean>? = null)

Properties

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

The intended audience to receive authentication tokens for the service. The default value is https://azurehealthcareapis.com

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

The Azure Active Directory (tenant) that serves as the authentication authority to access the service. The default authority is the Directory defined in the authentication scheme in use when running this provider. Authority must be registered to Azure AD and in the following format: https://{Azure-AD-endpoint}/{tenant-id}.

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

(Boolean) Enables the 'SMART on FHIR' option for mobile and web implementations.

Functions

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