values

@JvmName(name = "cdhsqwhthylrgtxh")
suspend fun values(value: Output<List<String>>)
@JvmName(name = "puxbjdwghhckwxut")
suspend fun values(value: List<String>)

Parameters

value

The value of the attribute. Must be an acceptable value as defined in the consent store. For example, if the consent store defines "data type" with acceptable values "questionnaire" and "step-count", when the attribute name is data type, this field must contain one of those values.


@JvmName(name = "ppnwcfxrthssitqx")
suspend fun values(vararg values: Output<String>)


@JvmName(name = "gdhguiwqsarqurqm")
suspend fun values(values: List<Output<String>>)
@JvmName(name = "xrpedcvlpryhjmkq")
suspend fun values(vararg values: String)

Parameters

values

The value of the attribute. Must be an acceptable value as defined in the consent store. For example, if the consent store defines "data type" with acceptable values "questionnaire" and "step-count", when the attribute name is data type, this field must contain one of those values.