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. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Methods |
|
---|---|
|
Archives the specified User data mapping . |
|
Creates a new User data mapping in the parent consent store . |
|
Deletes the specified User data mapping . |
|
Gets the specified User data mapping . |
|
Lists the User data mappings in the specified consent store . |
|
Updates the specified User data mapping . |