ServiceAuthenticationConfigurationInfoArgs

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

Authentication configuration information

Constructors

constructor(audience: Output<String>? = null, authority: Output<String>? = 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
val smartProxyEnabled: Output<Boolean>? = null

If the SMART on FHIR proxy is enabled

Functions

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