allowedDataActions

@JvmName(name = "hfqdbbuyskweyukp")
suspend fun allowedDataActions(value: Output<List<Either<String, SmartDataActions>>>)
@JvmName(name = "yklyimqkamonnwkv")
suspend fun allowedDataActions(value: List<Either<String, SmartDataActions>>?)

Parameters

value

The actions that are permitted to be performed on FHIR resources for the application.


@JvmName(name = "whvgalqhdpimxipg")
suspend fun allowedDataActions(vararg values: Output<Either<String, SmartDataActions>>)


@JvmName(name = "gjkjhylvifnomaas")
suspend fun allowedDataActions(values: List<Output<Either<String, SmartDataActions>>>)
@JvmName(name = "vukyuxsbnqlakkvr")
suspend fun allowedDataActions(vararg values: Either<String, SmartDataActions>)

Parameters

values

The actions that are permitted to be performed on FHIR resources for the application.