AttributeResponse

data class AttributeResponse(val attributeDefinitionId: String, val values: List<String>)

An attribute value for a Consent or User data mapping. Each Attribute must have a corresponding AttributeDefinition in the consent store that defines the default and allowed values.

Constructors

Link copied to clipboard
fun AttributeResponse(attributeDefinitionId: String, values: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates the name of an attribute defined in the consent store.

Link copied to clipboard

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.