User Data Mapping Args
data class UserDataMappingArgs(val consentStoreId: Output<String>? = null, val dataId: Output<String>? = null, val datasetId: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val resourceAttributes: Output<List<AttributeArgs>>? = null, val userId: Output<String>? = null) : ConvertibleToJava<UserDataMappingArgs>
Creates a new User data mapping in the parent consent store.
Constructors
Link copied to clipboard
constructor(consentStoreId: Output<String>? = null, dataId: Output<String>? = null, datasetId: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, resourceAttributes: Output<List<AttributeArgs>>? = null, userId: Output<String>? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Attributes of the resource. Only explicitly set attributes are displayed here. Attribute definitions with defaults set implicitly apply to these User data mappings. Attributes listed here must be single valued, that is, exactly one value is specified for the field "values" in each Attribute.