Smart Identity Provider Application Args
data class SmartIdentityProviderApplicationArgs(val allowedDataActions: Output<List<Either<String, SmartDataActions>>>? = null, val audience: Output<String>? = null, val clientId: Output<String>? = null) : ConvertibleToJava<SmartIdentityProviderApplicationArgs>
An Application configured in the Identity Provider used to access FHIR resources.
Constructors
Link copied to clipboard
constructor(allowedDataActions: Output<List<Either<String, SmartDataActions>>>? = null, audience: Output<String>? = null, clientId: Output<String>? = null)