SmartIdentityProviderConfigurationArgs

data class SmartIdentityProviderConfigurationArgs(val applications: Output<List<SmartIdentityProviderApplicationArgs>>? = null, val authority: Output<String>? = null) : ConvertibleToJava<SmartIdentityProviderConfigurationArgs>

An object to configure an identity provider for use with SMART on FHIR authentication.

Constructors

Link copied to clipboard
constructor(applications: Output<List<SmartIdentityProviderApplicationArgs>>? = null, authority: Output<String>? = null)

Properties

Link copied to clipboard

The array of identity provider applications for SMART on FHIR authentication.

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

The identity provider token authority also known as the token issuing authority.

Functions

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