Fhir Service Authentication Args
data class FhirServiceAuthenticationArgs(val audience: Output<String>, val authority: Output<String>, val smartProxyEnabled: Output<Boolean>? = null) : ConvertibleToJava<FhirServiceAuthenticationArgs>
Constructors
Link copied to clipboard
fun FhirServiceAuthenticationArgs(audience: Output<String>, authority: Output<String>, smartProxyEnabled: Output<Boolean>? = null)