Resource: UserDataMapping
Maps a resource to the associated user and Attributes.
| JSON representation | 
|---|
| {
  "name": string,
  "dataId": string,
  "userId": string,
  "resourceAttributes": [
    {
      object( | 
| Fields | |
|---|---|
| name | 
 Resource name of the User data mapping, of the form  | 
| dataId | 
 Required. A unique identifier for the mapped resource. | 
| userId | 
 Required. User's UUID provided by the client. | 
| resourceAttributes[] | 
 Attributes of the resource. Only explicitly set attributes are displayed here.  | 
| archived | 
 Output only. Indicates whether this mapping is archived. | 
| archiveTime | 
 Output only. Indicates the time when this mapping was archived. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| Methods | |
|---|---|
| 
 | Archives the specified User data mapping. | 
| 
 | Creates a new User data mappingin the parentconsent store. | 
| 
 | Deletes the specified User data mapping. | 
| 
 | Gets the specified User data mapping. | 
| 
 | Lists the User data mappingsin the specifiedconsent store. | 
| 
 | Updates the specified User data mapping. |