Attribute Args
data class AttributeArgs(val attributeDefinitionId: Output<String>? = null, val values: Output<List<String>>? = null) : 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.
Constructors
Link copied to clipboard
fun AttributeArgs(attributeDefinitionId: Output<String>? = null, values: Output<List<String>>? = null)