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