Attribute Args
data class AttributeArgs(val attributeDefinitionId: Output<String>? = null, val values: Output<List<String>>) : ConvertibleToJava<AttributeArgs>
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.