FhirServiceAuthenticationArgs

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

Constructors

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

Properties

Link copied to clipboard
val audience: Output<String>

The intended audience to receive authentication tokens for the service.

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

Whether smart proxy is enabled.

Functions

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